Shades of Fuego #C0DD24
Tints of Fuego #C0DD24
RGB
CMYK
RGB Variations
Color information
#C0DD24 (or 0xC0DD24) is known color: Fuego. HEX triplet: C0, DD and 24. RGB value is (192,221,36). Sum of RGB (Red+Green+Blue) = 192+221+36=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD24 is #3F22DB. Grayscale: #BFBFBF. Windows color (decimal): -4137692 or 2416064. OLE color: 2416064.
HSL color Cylindrical-coordinate representation of color #C0DD24: hue angle of 69.41º 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 #C0DD24 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 36 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.13 |
| HSL | 69.41º | 0.73% | 0.5% | - |
| HSV(B) | 69.41º | 0.84% | 0.87% | - |
| XYZ | 47.91 | 63.05 | 11.31 | - |
| YUV | 191.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 36 | 0.13 | 0 | 0.84 | 0.13 | 69.41 | 0.73 | 0.5 |
| Hex | C0 | DD | 24 | D | 0 | 54 | D | 45 | 49 | 32 |
| Octal | 300 | 335 | 44 | 15 | 0 | 124 | 15 | 105 | 111 | 62 |
| Binary | 11000000 | 11011101 | 100100 | 1101 | 0 | 1010100 | 1101 | 1000101 | 1001001 | 110010 |
Color Harmonies of #C0DD24
Complementary color
Monochromatic Colors of #C0DD24
Black with #C0DD24
Text Example
Text Example
White with #C0DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD24; }
p { color: rgb(192,221,36); }
H1.HeaderClassName
{
color: #C0DD24;
}
.AnyTagClassName
{
color: #C0DD24;
}
</style>
background-color css
<style>
a { background-color: #C0DD24; }
a { background-color: rgb(192,221,36); }
div.DivClassName
{
background-color: #C0DD24;
}
.BgClassName
{
background-color: #C0DD24;
}
</style>
border-color css
<style>
span { border-color: #C0DD24; }
span { border-color: rgb(192,221,36); }
td.TdClassName
{
border-color: #C0DD24;
}
.TagClassName
{
border-color: #C0DD24;
}
</style>