Shades of Fuego #C5DD24
Tints of Fuego #C5DD24
RGB
CMYK
RGB Variations
Color information
#C5DD24 (or 0xC5DD24) is known color: Fuego. HEX triplet: C5, DD and 24. RGB value is (197,221,36). Sum of RGB (Red+Green+Blue) = 197+221+36=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD24 is #3A22DB. Grayscale: #C1C1C1. Windows color (decimal): -3810012 or 2416069. OLE color: 2416069.
HSL color Cylindrical-coordinate representation of color #C5DD24: hue angle of 67.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5DD24 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 36 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.13 |
| HSL | 67.78º | 0.73% | 0.5% | - |
| HSV(B) | 67.78º | 0.84% | 0.87% | - |
| XYZ | 49.2 | 63.71 | 11.37 | - |
| YUV | 192.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 36 | 0.11 | 0 | 0.84 | 0.13 | 67.78 | 0.73 | 0.5 |
| Hex | C5 | DD | 24 | B | 0 | 54 | D | 44 | 49 | 32 |
| Octal | 305 | 335 | 44 | 13 | 0 | 124 | 15 | 104 | 111 | 62 |
| Binary | 11000101 | 11011101 | 100100 | 1011 | 0 | 1010100 | 1101 | 1000100 | 1001001 | 110010 |
Color Harmonies of #C5DD24
Complementary color
Monochromatic Colors of #C5DD24
Black with #C5DD24
Text Example
Text Example
White with #C5DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD24; }
p { color: rgb(197,221,36); }
H1.HeaderClassName
{
color: #C5DD24;
}
.AnyTagClassName
{
color: #C5DD24;
}
</style>
background-color css
<style>
a { background-color: #C5DD24; }
a { background-color: rgb(197,221,36); }
div.DivClassName
{
background-color: #C5DD24;
}
.BgClassName
{
background-color: #C5DD24;
}
</style>
border-color css
<style>
span { border-color: #C5DD24; }
span { border-color: rgb(197,221,36); }
td.TdClassName
{
border-color: #C5DD24;
}
.TagClassName
{
border-color: #C5DD24;
}
</style>