Shades of Fuego #C4D02E
Tints of Fuego #C4D02E
RGB
CMYK
RGB Variations
Color information
#C4D02E (or 0xC4D02E) is known color: Fuego. HEX triplet: C4, D0 and 2E. RGB value is (196,208,46). Sum of RGB (Red+Green+Blue) = 196+208+46=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D02E is #3B2FD1. Grayscale: #BABABA. Windows color (decimal): -3878866 or 3068100. OLE color: 3068100.
HSL color Cylindrical-coordinate representation of color #C4D02E: hue angle of 64.44º 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 #C4D02E is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 46 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.18 |
| HSL | 64.44º | 0.64% | 0.5% | - |
| HSV(B) | 64.44º | 0.78% | 0.82% | - |
| XYZ | 45.81 | 57.04 | 11.18 | - |
| YUV | 185.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 46 | 0.06 | 0 | 0.78 | 0.18 | 64.44 | 0.64 | 0.5 |
| Hex | C4 | D0 | 2E | 6 | 0 | 4E | 12 | 40 | 40 | 32 |
| Octal | 304 | 320 | 56 | 6 | 0 | 116 | 22 | 100 | 100 | 62 |
| Binary | 11000100 | 11010000 | 101110 | 110 | 0 | 1001110 | 10010 | 1000000 | 1000000 | 110010 |
Color Harmonies of #C4D02E
Complementary color
Monochromatic Colors of #C4D02E
Black with #C4D02E
Text Example
Text Example
White with #C4D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D02E; }
p { color: rgb(196,208,46); }
H1.HeaderClassName
{
color: #C4D02E;
}
.AnyTagClassName
{
color: #C4D02E;
}
</style>
background-color css
<style>
a { background-color: #C4D02E; }
a { background-color: rgb(196,208,46); }
div.DivClassName
{
background-color: #C4D02E;
}
.BgClassName
{
background-color: #C4D02E;
}
</style>
border-color css
<style>
span { border-color: #C4D02E; }
span { border-color: rgb(196,208,46); }
td.TdClassName
{
border-color: #C4D02E;
}
.TagClassName
{
border-color: #C4D02E;
}
</style>