Shades of Fuego #C0DF29
Tints of Fuego #C0DF29
RGB
CMYK
RGB Variations
Color information
#C0DF29 (or 0xC0DF29) is known color: Fuego. HEX triplet: C0, DF and 29. RGB value is (192,223,41). Sum of RGB (Red+Green+Blue) = 192+223+41=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF29 is #3F20D6. Grayscale: #C1C1C1. Windows color (decimal): -4137175 or 2744256. OLE color: 2744256.
HSL color Cylindrical-coordinate representation of color #C0DF29: hue angle of 70.22º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0DF29 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 41 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.13 |
| HSL | 70.22º | 0.74% | 0.52% | - |
| HSV(B) | 70.22º | 0.82% | 0.87% | - |
| XYZ | 48.53 | 64.14 | 11.92 | - |
| YUV | 192.98 | 42.23 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 41 | 0.14 | 0 | 0.82 | 0.13 | 70.22 | 0.74 | 0.52 |
| Hex | C0 | DF | 29 | E | 0 | 52 | D | 46 | 4A | 34 |
| Octal | 300 | 337 | 51 | 16 | 0 | 122 | 15 | 106 | 112 | 64 |
| Binary | 11000000 | 11011111 | 101001 | 1110 | 0 | 1010010 | 1101 | 1000110 | 1001010 | 110100 |
Color Harmonies of #C0DF29
Complementary color
Monochromatic Colors of #C0DF29
Black with #C0DF29
Text Example
Text Example
White with #C0DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF29; }
p { color: rgb(192,223,41); }
H1.HeaderClassName
{
color: #C0DF29;
}
.AnyTagClassName
{
color: #C0DF29;
}
</style>
background-color css
<style>
a { background-color: #C0DF29; }
a { background-color: rgb(192,223,41); }
div.DivClassName
{
background-color: #C0DF29;
}
.BgClassName
{
background-color: #C0DF29;
}
</style>
border-color css
<style>
span { border-color: #C0DF29; }
span { border-color: rgb(192,223,41); }
td.TdClassName
{
border-color: #C0DF29;
}
.TagClassName
{
border-color: #C0DF29;
}
</style>