#C4D12F

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

Shades of Fuego #C4D12F

Tints of Fuego #C4D12F

Color information

#C4D12F (or 0xC4D12F) is unknown color: approx Fuego. HEX triplet: C4, D1 and 2F. RGB value is (196,209,47). Sum of RGB (Red+Green+Blue) = 196+209+47=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D12F is #3B2ED0. Grayscale: #BBBBBB. Windows color (decimal): -3878609 or 3133892. OLE color: 3133892.

HSL color Cylindrical-coordinate representation of color #C4D12F: hue angle of 64.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4D12F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB19620947-
CMYK0.0600.780.18
HSL64.81º63.78%50.2%-
HSV(B)64.81º77.51%81.96%-
XYZ46.0857.5411.37-
YUV186.6449.19134.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 209 (82.03% from 255) = 46.24%
BLUE value IS 47 (18.75% from 255) = 10.40%
R=43.36%
G=46.24%
B=10.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196209470.0600.780.1864.8163.7850.2
HexC4D12F604E12414032
Octal30432157601162210110062
Binary1100010011010001101111110010011101001010000011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D12F; }

 p { color: rgb(196,209,47); }

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

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

 a { background-color: rgb(196,209,47); }

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

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

 span { border-color: rgb(196,209,47); }

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