Shades of Fuego #C4D024
Tints of Fuego #C4D024
RGB
CMYK
RGB Variations
Color information
#C4D024 (or 0xC4D024) is known color: Fuego. HEX triplet: C4, D0 and 24. RGB value is (196,208,36). Sum of RGB (Red+Green+Blue) = 196+208+36=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D024 is #3B2FDB. Grayscale: #B9B9B9. Windows color (decimal): -3878876 or 2412740. OLE color: 2412740.
HSL color Cylindrical-coordinate representation of color #C4D024: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4D024 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 36 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.18 |
| HSL | 64.19º | 0.7% | 0.48% | - |
| HSV(B) | 64.19º | 0.83% | 0.82% | - |
| XYZ | 45.64 | 56.97 | 10.26 | - |
| YUV | 184.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 36 | 0.06 | 0 | 0.83 | 0.18 | 64.19 | 0.7 | 0.48 |
| Hex | C4 | D0 | 24 | 6 | 0 | 53 | 12 | 40 | 46 | 30 |
| Octal | 304 | 320 | 44 | 6 | 0 | 123 | 22 | 100 | 106 | 60 |
| Binary | 11000100 | 11010000 | 100100 | 110 | 0 | 1010011 | 10010 | 1000000 | 1000110 | 110000 |
Color Harmonies of #C4D024
Complementary color
Monochromatic Colors of #C4D024
Black with #C4D024
Text Example
Text Example
White with #C4D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D024; }
p { color: rgb(196,208,36); }
H1.HeaderClassName
{
color: #C4D024;
}
.AnyTagClassName
{
color: #C4D024;
}
</style>
background-color css
<style>
a { background-color: #C4D024; }
a { background-color: rgb(196,208,36); }
div.DivClassName
{
background-color: #C4D024;
}
.BgClassName
{
background-color: #C4D024;
}
</style>
border-color css
<style>
span { border-color: #C4D024; }
span { border-color: rgb(196,208,36); }
td.TdClassName
{
border-color: #C4D024;
}
.TagClassName
{
border-color: #C4D024;
}
</style>