#C4D61F

Color #C4D61F Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C4D61F

Tints of Fuego #C4D61F

Color information

#C4D61F (or 0xC4D61F) is unknown color: approx Fuego. HEX triplet: C4, D6 and 1F. RGB value is (196,214,31). Sum of RGB (Red+Green+Blue) = 196+214+31=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D61F is #3B29E0. Grayscale: #BCBCBC. Windows color (decimal): -3877345 or 2086596. OLE color: 2086596.

HSL color Cylindrical-coordinate representation of color #C4D61F: hue angle of 65.9º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D61F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB19621431-
CMYK0.0800.860.16
HSL65.9º74.69%48.04%-
HSV(B)65.9º85.51%83.92%-
XYZ47.0659.9310.38-
YUV187.7639.54133.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 31 (12.5% from 255) = 7.03%
R=44.44%
G=48.53%
B=7.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196214310.0800.860.1665.974.6948.04
HexC4D61F805610424b30
Octal304326371001262010211360
Binary1100010011010110111111000010101101000010000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D61F; }

 p { color: rgb(196,214,31); }

 H1.HeaderClassName
 {
   color: #C4D61F;
 }
 .AnyTagClassName
 {
   color: #C4D61F;
 }
</style>
background-color css

<style>
 a { background-color: #C4D61F; }

 a { background-color: rgb(196,214,31); }

 div.DivClassName
 {
   background-color: #C4D61F;
 }
 .BgClassName
 {
   background-color: #C4D61F;
 }
</style>
border-color css

<style>
 span { border-color: #C4D61F; }

 span { border-color: rgb(196,214,31); }

 td.TdClassName
 {
   border-color: #C4D61F;
 }
 .TagClassName
 {
   border-color: #C4D61F;
 }
</style>