Shades of Fuego #C5DB16
Tints of Fuego #C5DB16
RGB
CMYK
RGB Variations
Color information
#C5DB16 (or 0xC5DB16) is known color: Fuego. HEX triplet: C5, DB and 16. RGB value is (197,219,22). Sum of RGB (Red+Green+Blue) = 197+219+22=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB16 is #3A24E9. Grayscale: #BEBEBE. Windows color (decimal): -3810538 or 1498053. OLE color: 1498053.
HSL color Cylindrical-coordinate representation of color #C5DB16: hue angle of 66.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5DB16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.14 |
| HSL | 66.7º | 0.82% | 0.47% | - |
| HSV(B) | 66.7º | 0.9% | 0.86% | - |
| XYZ | 48.5 | 62.59 | 10.28 | - |
| YUV | 189.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 22 | 0.10 | 0 | 0.90 | 0.14 | 66.7 | 0.82 | 0.47 |
| Hex | C5 | DB | 16 | A | 0 | 5A | E | 43 | 52 | 2F |
| Octal | 305 | 333 | 26 | 12 | 0 | 132 | 16 | 103 | 122 | 57 |
| Binary | 11000101 | 11011011 | 10110 | 1010 | 0 | 1011010 | 1110 | 1000011 | 1010010 | 101111 |
Color Harmonies of #C5DB16
Complementary color
Monochromatic Colors of #C5DB16
Black with #C5DB16
Text Example
Text Example
White with #C5DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB16; }
p { color: rgb(197,219,22); }
H1.HeaderClassName
{
color: #C5DB16;
}
.AnyTagClassName
{
color: #C5DB16;
}
</style>
background-color css
<style>
a { background-color: #C5DB16; }
a { background-color: rgb(197,219,22); }
div.DivClassName
{
background-color: #C5DB16;
}
.BgClassName
{
background-color: #C5DB16;
}
</style>
border-color css
<style>
span { border-color: #C5DB16; }
span { border-color: rgb(197,219,22); }
td.TdClassName
{
border-color: #C5DB16;
}
.TagClassName
{
border-color: #C5DB16;
}
</style>