Shades of Fuego #C4D02C
Tints of Fuego #C4D02C
RGB
CMYK
RGB Variations
Color information
#C4D02C (or 0xC4D02C) is known color: Fuego. HEX triplet: C4, D0 and 2C. RGB value is (196,208,44). Sum of RGB (Red+Green+Blue) = 196+208+44=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D02C is #3B2FD3. Grayscale: #BABABA. Windows color (decimal): -3878868 or 2937028. OLE color: 2937028.
HSL color Cylindrical-coordinate representation of color #C4D02C: hue angle of 64.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4D02C is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 44 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.18 |
| HSL | 64.39º | 0.65% | 0.49% | - |
| HSV(B) | 64.39º | 0.79% | 0.82% | - |
| XYZ | 45.78 | 57.03 | 10.98 | - |
| YUV | 185.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 44 | 0.06 | 0 | 0.79 | 0.18 | 64.39 | 0.65 | 0.49 |
| Hex | C4 | D0 | 2C | 6 | 0 | 4F | 12 | 40 | 41 | 31 |
| Octal | 304 | 320 | 54 | 6 | 0 | 117 | 22 | 100 | 101 | 61 |
| Binary | 11000100 | 11010000 | 101100 | 110 | 0 | 1001111 | 10010 | 1000000 | 1000001 | 110001 |
Color Harmonies of #C4D02C
Complementary color
Monochromatic Colors of #C4D02C
Black with #C4D02C
Text Example
Text Example
White with #C4D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D02C; }
p { color: rgb(196,208,44); }
H1.HeaderClassName
{
color: #C4D02C;
}
.AnyTagClassName
{
color: #C4D02C;
}
</style>
background-color css
<style>
a { background-color: #C4D02C; }
a { background-color: rgb(196,208,44); }
div.DivClassName
{
background-color: #C4D02C;
}
.BgClassName
{
background-color: #C4D02C;
}
</style>
border-color css
<style>
span { border-color: #C4D02C; }
span { border-color: rgb(196,208,44); }
td.TdClassName
{
border-color: #C4D02C;
}
.TagClassName
{
border-color: #C4D02C;
}
</style>