Shades of Fuego #C0DF21
Tints of Fuego #C0DF21
RGB
CMYK
RGB Variations
Color information
#C0DF21 (or 0xC0DF21) is known color: Fuego. HEX triplet: C0, DF and 21. RGB value is (192,223,33). Sum of RGB (Red+Green+Blue) = 192+223+33=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF21 is #3F20DE. Grayscale: #C0C0C0. Windows color (decimal): -4137183 or 2219968. OLE color: 2219968.
HSL color Cylindrical-coordinate representation of color #C0DF21: hue angle of 69.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0DF21 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 69.79º | 0.75% | 0.5% | - |
| HSV(B) | 69.79º | 0.85% | 0.87% | - |
| XYZ | 48.4 | 64.09 | 11.26 | - |
| YUV | 192.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 33 | 0.14 | 0 | 0.85 | 0.13 | 69.79 | 0.75 | 0.5 |
| Hex | C0 | DF | 21 | E | 0 | 55 | D | 46 | 4B | 32 |
| Octal | 300 | 337 | 41 | 16 | 0 | 125 | 15 | 106 | 113 | 62 |
| Binary | 11000000 | 11011111 | 100001 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001011 | 110010 |
Color Harmonies of #C0DF21
Complementary color
Monochromatic Colors of #C0DF21
Black with #C0DF21
Text Example
Text Example
White with #C0DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF21; }
p { color: rgb(192,223,33); }
H1.HeaderClassName
{
color: #C0DF21;
}
.AnyTagClassName
{
color: #C0DF21;
}
</style>
background-color css
<style>
a { background-color: #C0DF21; }
a { background-color: rgb(192,223,33); }
div.DivClassName
{
background-color: #C0DF21;
}
.BgClassName
{
background-color: #C0DF21;
}
</style>
border-color css
<style>
span { border-color: #C0DF21; }
span { border-color: rgb(192,223,33); }
td.TdClassName
{
border-color: #C0DF21;
}
.TagClassName
{
border-color: #C0DF21;
}
</style>