Shades of Fuego #C9DE16
Tints of Fuego #C9DE16
RGB
CMYK
RGB Variations
Color information
#C9DE16 (or 0xC9DE16) is known color: Fuego. HEX triplet: C9, DE and 16. RGB value is (201,222,22). Sum of RGB (Red+Green+Blue) = 201+222+22=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DE16 is #3621E9. Grayscale: #C1C1C1. Windows color (decimal): -3547626 or 1498825. OLE color: 1498825.
HSL color Cylindrical-coordinate representation of color #C9DE16: hue angle of 66.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9DE16 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.13 |
| HSL | 66.3º | 0.82% | 0.48% | - |
| HSV(B) | 66.3º | 0.9% | 0.87% | - |
| XYZ | 50.35 | 64.72 | 10.6 | - |
| YUV | 192.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 22 | 0.09 | 0 | 0.90 | 0.13 | 66.3 | 0.82 | 0.48 |
| Hex | C9 | DE | 16 | 9 | 0 | 5A | D | 42 | 52 | 30 |
| Octal | 311 | 336 | 26 | 11 | 0 | 132 | 15 | 102 | 122 | 60 |
| Binary | 11001001 | 11011110 | 10110 | 1001 | 0 | 1011010 | 1101 | 1000010 | 1010010 | 110000 |
Color Harmonies of #C9DE16
Complementary color
Monochromatic Colors of #C9DE16
Black with #C9DE16
Text Example
Text Example
White with #C9DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE16; }
p { color: rgb(201,222,22); }
H1.HeaderClassName
{
color: #C9DE16;
}
.AnyTagClassName
{
color: #C9DE16;
}
</style>
background-color css
<style>
a { background-color: #C9DE16; }
a { background-color: rgb(201,222,22); }
div.DivClassName
{
background-color: #C9DE16;
}
.BgClassName
{
background-color: #C9DE16;
}
</style>
border-color css
<style>
span { border-color: #C9DE16; }
span { border-color: rgb(201,222,22); }
td.TdClassName
{
border-color: #C9DE16;
}
.TagClassName
{
border-color: #C9DE16;
}
</style>