Shades of Fuego #C5DA19
Tints of Fuego #C5DA19
RGB
CMYK
RGB Variations
Color information
#C5DA19 (or 0xC5DA19) is known color: Fuego. HEX triplet: C5, DA and 19. RGB value is (197,218,25). Sum of RGB (Red+Green+Blue) = 197+218+25=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DA19 is #3A25E6. Grayscale: #BEBEBE. Windows color (decimal): -3810791 or 1694405. OLE color: 1694405.
HSL color Cylindrical-coordinate representation of color #C5DA19: hue angle of 66.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5DA19 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 25 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.15 |
| HSL | 66.53º | 0.79% | 0.48% | - |
| HSV(B) | 66.53º | 0.89% | 0.85% | - |
| XYZ | 48.27 | 62.08 | 10.36 | - |
| YUV | 189.72 | 35.04 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 25 | 0.10 | 0 | 0.89 | 0.15 | 66.53 | 0.79 | 0.48 |
| Hex | C5 | DA | 19 | A | 0 | 59 | F | 43 | 4F | 30 |
| Octal | 305 | 332 | 31 | 12 | 0 | 131 | 17 | 103 | 117 | 60 |
| Binary | 11000101 | 11011010 | 11001 | 1010 | 0 | 1011001 | 1111 | 1000011 | 1001111 | 110000 |
Color Harmonies of #C5DA19
Complementary color
Monochromatic Colors of #C5DA19
Black with #C5DA19
Text Example
Text Example
White with #C5DA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA19; }
p { color: rgb(197,218,25); }
H1.HeaderClassName
{
color: #C5DA19;
}
.AnyTagClassName
{
color: #C5DA19;
}
</style>
background-color css
<style>
a { background-color: #C5DA19; }
a { background-color: rgb(197,218,25); }
div.DivClassName
{
background-color: #C5DA19;
}
.BgClassName
{
background-color: #C5DA19;
}
</style>
border-color css
<style>
span { border-color: #C5DA19; }
span { border-color: rgb(197,218,25); }
td.TdClassName
{
border-color: #C5DA19;
}
.TagClassName
{
border-color: #C5DA19;
}
</style>