Shades of Fuego #C4D033
Tints of Fuego #C4D033
RGB
CMYK
RGB Variations
Color information
#C4D033 (or 0xC4D033) is known color: Fuego. HEX triplet: C4, D0 and 33. RGB value is (196,208,51). Sum of RGB (Red+Green+Blue) = 196+208+51=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D033 is #3B2FCC. Grayscale: #BBBBBB. Windows color (decimal): -3878861 or 3395780. OLE color: 3395780.
HSL color Cylindrical-coordinate representation of color #C4D033: hue angle of 64.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4D033 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 51 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.18 |
| HSL | 64.59º | 0.63% | 0.51% | - |
| HSV(B) | 64.59º | 0.75% | 0.82% | - |
| XYZ | 45.92 | 57.09 | 11.73 | - |
| YUV | 186.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 51 | 0.06 | 0 | 0.75 | 0.18 | 64.59 | 0.63 | 0.51 |
| Hex | C4 | D0 | 33 | 6 | 0 | 4B | 12 | 41 | 3F | 33 |
| Octal | 304 | 320 | 63 | 6 | 0 | 113 | 22 | 101 | 77 | 63 |
| Binary | 11000100 | 11010000 | 110011 | 110 | 0 | 1001011 | 10010 | 1000001 | 111111 | 110011 |
Color Harmonies of #C4D033
Complementary color
Monochromatic Colors of #C4D033
Black with #C4D033
Text Example
Text Example
White with #C4D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D033; }
p { color: rgb(196,208,51); }
H1.HeaderClassName
{
color: #C4D033;
}
.AnyTagClassName
{
color: #C4D033;
}
</style>
background-color css
<style>
a { background-color: #C4D033; }
a { background-color: rgb(196,208,51); }
div.DivClassName
{
background-color: #C4D033;
}
.BgClassName
{
background-color: #C4D033;
}
</style>
border-color css
<style>
span { border-color: #C4D033; }
span { border-color: rgb(196,208,51); }
td.TdClassName
{
border-color: #C4D033;
}
.TagClassName
{
border-color: #C4D033;
}
</style>