Shades of Fuego #C5D819
Tints of Fuego #C5D819
RGB
CMYK
RGB Variations
Color information
#C5D819 (or 0xC5D819) is known color: Fuego. HEX triplet: C5, D8 and 19. RGB value is (197,216,25). Sum of RGB (Red+Green+Blue) = 197+216+25=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D819 is #3A27E6. Grayscale: #BDBDBD. Windows color (decimal): -3811303 or 1693893. OLE color: 1693893.
HSL color Cylindrical-coordinate representation of color #C5D819: hue angle of 65.97º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D819 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 25 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.15 |
| HSL | 65.97º | 0.79% | 0.47% | - |
| HSV(B) | 65.97º | 0.88% | 0.85% | - |
| XYZ | 47.76 | 61.05 | 10.19 | - |
| YUV | 188.55 | 35.71 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 25 | 0.09 | 0 | 0.88 | 0.15 | 65.97 | 0.79 | 0.47 |
| Hex | C5 | D8 | 19 | 9 | 0 | 58 | F | 42 | 4F | 2F |
| Octal | 305 | 330 | 31 | 11 | 0 | 130 | 17 | 102 | 117 | 57 |
| Binary | 11000101 | 11011000 | 11001 | 1001 | 0 | 1011000 | 1111 | 1000010 | 1001111 | 101111 |
Color Harmonies of #C5D819
Complementary color
Monochromatic Colors of #C5D819
Black with #C5D819
Text Example
Text Example
White with #C5D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D819; }
p { color: rgb(197,216,25); }
H1.HeaderClassName
{
color: #C5D819;
}
.AnyTagClassName
{
color: #C5D819;
}
</style>
background-color css
<style>
a { background-color: #C5D819; }
a { background-color: rgb(197,216,25); }
div.DivClassName
{
background-color: #C5D819;
}
.BgClassName
{
background-color: #C5D819;
}
</style>
border-color css
<style>
span { border-color: #C5D819; }
span { border-color: rgb(197,216,25); }
td.TdClassName
{
border-color: #C5D819;
}
.TagClassName
{
border-color: #C5D819;
}
</style>