Shades of Fuego #C4D02F
Tints of Fuego #C4D02F
RGB
CMYK
RGB Variations
Color information
#C4D02F (or 0xC4D02F) is known color: Fuego. HEX triplet: C4, D0 and 2F. RGB value is (196,208,47). Sum of RGB (Red+Green+Blue) = 196+208+47=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D02F is #3B2FD0. Grayscale: #BABABA. Windows color (decimal): -3878865 or 3133636. OLE color: 3133636.
HSL color Cylindrical-coordinate representation of color #C4D02F: hue angle of 64.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4D02F is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 47 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.18 |
| HSL | 64.47º | 0.63% | 0.5% | - |
| HSV(B) | 64.47º | 0.77% | 0.82% | - |
| XYZ | 45.83 | 57.05 | 11.29 | - |
| YUV | 186.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 47 | 0.06 | 0 | 0.77 | 0.18 | 64.47 | 0.63 | 0.5 |
| Hex | C4 | D0 | 2F | 6 | 0 | 4D | 12 | 40 | 3F | 32 |
| Octal | 304 | 320 | 57 | 6 | 0 | 115 | 22 | 100 | 77 | 62 |
| Binary | 11000100 | 11010000 | 101111 | 110 | 0 | 1001101 | 10010 | 1000000 | 111111 | 110010 |
Color Harmonies of #C4D02F
Complementary color
Monochromatic Colors of #C4D02F
Black with #C4D02F
Text Example
Text Example
White with #C4D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D02F; }
p { color: rgb(196,208,47); }
H1.HeaderClassName
{
color: #C4D02F;
}
.AnyTagClassName
{
color: #C4D02F;
}
</style>
background-color css
<style>
a { background-color: #C4D02F; }
a { background-color: rgb(196,208,47); }
div.DivClassName
{
background-color: #C4D02F;
}
.BgClassName
{
background-color: #C4D02F;
}
</style>
border-color css
<style>
span { border-color: #C4D02F; }
span { border-color: rgb(196,208,47); }
td.TdClassName
{
border-color: #C4D02F;
}
.TagClassName
{
border-color: #C4D02F;
}
</style>