Shades of Fuego #C5DB19
Tints of Fuego #C5DB19
RGB
CMYK
RGB Variations
Color information
#C5DB19 (or 0xC5DB19) is known color: Fuego. HEX triplet: C5, DB and 19. RGB value is (197,219,25). Sum of RGB (Red+Green+Blue) = 197+219+25=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB19 is #3A24E6. Grayscale: #BFBFBF. Windows color (decimal): -3810535 or 1694661. OLE color: 1694661.
HSL color Cylindrical-coordinate representation of color #C5DB19: hue angle of 66.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5DB19 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 25 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.14 |
| HSL | 66.8º | 0.8% | 0.48% | - |
| HSV(B) | 66.8º | 0.89% | 0.86% | - |
| XYZ | 48.53 | 62.6 | 10.45 | - |
| YUV | 190.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 25 | 0.10 | 0 | 0.89 | 0.14 | 66.8 | 0.8 | 0.48 |
| Hex | C5 | DB | 19 | A | 0 | 59 | E | 43 | 50 | 30 |
| Octal | 305 | 333 | 31 | 12 | 0 | 131 | 16 | 103 | 120 | 60 |
| Binary | 11000101 | 11011011 | 11001 | 1010 | 0 | 1011001 | 1110 | 1000011 | 1010000 | 110000 |
Color Harmonies of #C5DB19
Complementary color
Monochromatic Colors of #C5DB19
Black with #C5DB19
Text Example
Text Example
White with #C5DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB19; }
p { color: rgb(197,219,25); }
H1.HeaderClassName
{
color: #C5DB19;
}
.AnyTagClassName
{
color: #C5DB19;
}
</style>
background-color css
<style>
a { background-color: #C5DB19; }
a { background-color: rgb(197,219,25); }
div.DivClassName
{
background-color: #C5DB19;
}
.BgClassName
{
background-color: #C5DB19;
}
</style>
border-color css
<style>
span { border-color: #C5DB19; }
span { border-color: rgb(197,219,25); }
td.TdClassName
{
border-color: #C5DB19;
}
.TagClassName
{
border-color: #C5DB19;
}
</style>