Shades of Fuego #C5DA24
Tints of Fuego #C5DA24
RGB
CMYK
RGB Variations
Color information
#C5DA24 (or 0xC5DA24) is known color: Fuego. HEX triplet: C5, DA and 24. RGB value is (197,218,36). Sum of RGB (Red+Green+Blue) = 197+218+36=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA24 is #3A25DB. Grayscale: #BFBFBF. Windows color (decimal): -3810780 or 2415301. OLE color: 2415301.
HSL color Cylindrical-coordinate representation of color #C5DA24: hue angle of 66.92º 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 #C5DA24 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.15 |
| HSL | 66.92º | 0.72% | 0.5% | - |
| HSV(B) | 66.92º | 0.83% | 0.85% | - |
| XYZ | 48.42 | 62.14 | 11.11 | - |
| YUV | 190.97 | 40.54 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 36 | 0.10 | 0 | 0.83 | 0.15 | 66.92 | 0.72 | 0.5 |
| Hex | C5 | DA | 24 | A | 0 | 53 | F | 43 | 48 | 32 |
| Octal | 305 | 332 | 44 | 12 | 0 | 123 | 17 | 103 | 110 | 62 |
| Binary | 11000101 | 11011010 | 100100 | 1010 | 0 | 1010011 | 1111 | 1000011 | 1001000 | 110010 |
Color Harmonies of #C5DA24
Complementary color
Monochromatic Colors of #C5DA24
Black with #C5DA24
Text Example
Text Example
White with #C5DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA24; }
p { color: rgb(197,218,36); }
H1.HeaderClassName
{
color: #C5DA24;
}
.AnyTagClassName
{
color: #C5DA24;
}
</style>
background-color css
<style>
a { background-color: #C5DA24; }
a { background-color: rgb(197,218,36); }
div.DivClassName
{
background-color: #C5DA24;
}
.BgClassName
{
background-color: #C5DA24;
}
</style>
border-color css
<style>
span { border-color: #C5DA24; }
span { border-color: rgb(197,218,36); }
td.TdClassName
{
border-color: #C5DA24;
}
.TagClassName
{
border-color: #C5DA24;
}
</style>