#C4D032

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

Shades of Fuego #C4D032

Tints of Fuego #C4D032

Color information

#C4D032 (or 0xC4D032) is unknown color: approx Fuego. HEX triplet: C4, D0 and 32. RGB value is (196,208,50). Sum of RGB (Red+Green+Blue) = 196+208+50=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D032 is #3B2FCD. Grayscale: #BBBBBB. Windows color (decimal): -3878862 or 3330244. OLE color: 3330244.

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

Color convert

RGB19620850-
CMYK0.0600.760.18
HSL64.56º62.7%50.59%-
HSV(B)64.56º75.96%81.57%-
XYZ45.957.0811.62-
YUV186.451.02134.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 50 (19.92% from 255) = 11.01%
R=43.17%
G=45.81%
B=11.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196208500.0600.760.1864.5662.750.59
HexC4D032604C12413f33
Octal3043206260114221017763
Binary110001001101000011001011001001100100101000001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D032; }

 p { color: rgb(196,208,50); }

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

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

 a { background-color: rgb(196,208,50); }

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

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

 span { border-color: rgb(196,208,50); }

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