Shades of Fuego #C4D032
Tints of Fuego #C4D032
RGB
CMYK
RGB Variations
Color information
#C4D032 (or 0xC4D032) is known color: 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
| RGB | 196 | 208 | 50 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.18 |
| HSL | 64.56º | 0.63% | 0.51% | - |
| HSV(B) | 64.56º | 0.76% | 0.82% | - |
| XYZ | 45.9 | 57.08 | 11.62 | - |
| YUV | 186.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 50 | 0.06 | 0 | 0.76 | 0.18 | 64.56 | 0.63 | 0.51 |
| Hex | C4 | D0 | 32 | 6 | 0 | 4C | 12 | 41 | 3F | 33 |
| Octal | 304 | 320 | 62 | 6 | 0 | 114 | 22 | 101 | 77 | 63 |
| Binary | 11000100 | 11010000 | 110010 | 110 | 0 | 1001100 | 10010 | 1000001 | 111111 | 110011 |
Color Harmonies of #C4D032
Complementary color
Monochromatic Colors of #C4D032
Black with #C4D032
Text Example
Text Example
White with #C4D032
Text Example
Text Example
HTML Codes & Css Web 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>