Shades of Fuego #C5DC19
Tints of Fuego #C5DC19
RGB
CMYK
RGB Variations
Color information
#C5DC19 (or 0xC5DC19) is known color: Fuego. HEX triplet: C5, DC and 19. RGB value is (197,220,25). Sum of RGB (Red+Green+Blue) = 197+220+25=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC19 is #3A23E6. Grayscale: #BFBFBF. Windows color (decimal): -3810279 or 1694917. OLE color: 1694917.
HSL color Cylindrical-coordinate representation of color #C5DC19: hue angle of 67.08º 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 #C5DC19 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 25 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.14 |
| HSL | 67.08º | 0.8% | 0.48% | - |
| HSV(B) | 67.08º | 0.89% | 0.86% | - |
| XYZ | 48.79 | 63.13 | 10.53 | - |
| YUV | 190.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 25 | 0.10 | 0 | 0.89 | 0.14 | 67.08 | 0.8 | 0.48 |
| Hex | C5 | DC | 19 | A | 0 | 59 | E | 43 | 50 | 30 |
| Octal | 305 | 334 | 31 | 12 | 0 | 131 | 16 | 103 | 120 | 60 |
| Binary | 11000101 | 11011100 | 11001 | 1010 | 0 | 1011001 | 1110 | 1000011 | 1010000 | 110000 |
Color Harmonies of #C5DC19
Complementary color
Monochromatic Colors of #C5DC19
Black with #C5DC19
Text Example
Text Example
White with #C5DC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC19; }
p { color: rgb(197,220,25); }
H1.HeaderClassName
{
color: #C5DC19;
}
.AnyTagClassName
{
color: #C5DC19;
}
</style>
background-color css
<style>
a { background-color: #C5DC19; }
a { background-color: rgb(197,220,25); }
div.DivClassName
{
background-color: #C5DC19;
}
.BgClassName
{
background-color: #C5DC19;
}
</style>
border-color css
<style>
span { border-color: #C5DC19; }
span { border-color: rgb(197,220,25); }
td.TdClassName
{
border-color: #C5DC19;
}
.TagClassName
{
border-color: #C5DC19;
}
</style>