Shades of Fuego #C0CE24
Tints of Fuego #C0CE24
RGB
CMYK
RGB Variations
Color information
#C0CE24 (or 0xC0CE24) is known color: Fuego. HEX triplet: C0, CE and 24. RGB value is (192,206,36). Sum of RGB (Red+Green+Blue) = 192+206+36=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE24 is #3F31DB. Grayscale: #B7B7B7. Windows color (decimal): -4141532 or 2412224. OLE color: 2412224.
HSL color Cylindrical-coordinate representation of color #C0CE24: hue angle of 64.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0CE24 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 36 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.19 |
| HSL | 64.94º | 0.7% | 0.47% | - |
| HSV(B) | 64.94º | 0.83% | 0.81% | - |
| XYZ | 44.13 | 55.48 | 10.05 | - |
| YUV | 182.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 36 | 0.07 | 0 | 0.83 | 0.19 | 64.94 | 0.7 | 0.47 |
| Hex | C0 | CE | 24 | 7 | 0 | 53 | 13 | 41 | 46 | 2F |
| Octal | 300 | 316 | 44 | 7 | 0 | 123 | 23 | 101 | 106 | 57 |
| Binary | 11000000 | 11001110 | 100100 | 111 | 0 | 1010011 | 10011 | 1000001 | 1000110 | 101111 |
Color Harmonies of #C0CE24
Complementary color
Monochromatic Colors of #C0CE24
Black with #C0CE24
Text Example
Text Example
White with #C0CE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE24; }
p { color: rgb(192,206,36); }
H1.HeaderClassName
{
color: #C0CE24;
}
.AnyTagClassName
{
color: #C0CE24;
}
</style>
background-color css
<style>
a { background-color: #C0CE24; }
a { background-color: rgb(192,206,36); }
div.DivClassName
{
background-color: #C0CE24;
}
.BgClassName
{
background-color: #C0CE24;
}
</style>
border-color css
<style>
span { border-color: #C0CE24; }
span { border-color: rgb(192,206,36); }
td.TdClassName
{
border-color: #C0CE24;
}
.TagClassName
{
border-color: #C0CE24;
}
</style>