Shades of Fuego #C4DA24
Tints of Fuego #C4DA24
RGB
CMYK
RGB Variations
Color information
#C4DA24 (or 0xC4DA24) is known color: Fuego. HEX triplet: C4, DA and 24. RGB value is (196,218,36). Sum of RGB (Red+Green+Blue) = 196+218+36=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA24 is #3B25DB. Grayscale: #BFBFBF. Windows color (decimal): -3876316 or 2415300. OLE color: 2415300.
HSL color Cylindrical-coordinate representation of color #C4DA24: hue angle of 67.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4DA24 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.15 |
| HSL | 67.25º | 0.72% | 0.5% | - |
| HSV(B) | 67.25º | 0.83% | 0.85% | - |
| XYZ | 48.15 | 62.01 | 11.1 | - |
| YUV | 190.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 36 | 0.10 | 0 | 0.83 | 0.15 | 67.25 | 0.72 | 0.5 |
| Hex | C4 | DA | 24 | A | 0 | 53 | F | 43 | 48 | 32 |
| Octal | 304 | 332 | 44 | 12 | 0 | 123 | 17 | 103 | 110 | 62 |
| Binary | 11000100 | 11011010 | 100100 | 1010 | 0 | 1010011 | 1111 | 1000011 | 1001000 | 110010 |
Color Harmonies of #C4DA24
Complementary color
Monochromatic Colors of #C4DA24
Black with #C4DA24
Text Example
Text Example
White with #C4DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA24; }
p { color: rgb(196,218,36); }
H1.HeaderClassName
{
color: #C4DA24;
}
.AnyTagClassName
{
color: #C4DA24;
}
</style>
background-color css
<style>
a { background-color: #C4DA24; }
a { background-color: rgb(196,218,36); }
div.DivClassName
{
background-color: #C4DA24;
}
.BgClassName
{
background-color: #C4DA24;
}
</style>
border-color css
<style>
span { border-color: #C4DA24; }
span { border-color: rgb(196,218,36); }
td.TdClassName
{
border-color: #C4DA24;
}
.TagClassName
{
border-color: #C4DA24;
}
</style>