Shades of Fuego #C5D719
Tints of Fuego #C5D719
RGB
CMYK
RGB Variations
Color information
#C5D719 (or 0xC5D719) is known color: Fuego. HEX triplet: C5, D7 and 19. RGB value is (197,215,25). Sum of RGB (Red+Green+Blue) = 197+215+25=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D719 is #3A28E6. Grayscale: #BCBCBC. Windows color (decimal): -3811559 or 1693637. OLE color: 1693637.
HSL color Cylindrical-coordinate representation of color #C5D719: hue angle of 65.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D719 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 25 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.16 |
| HSL | 65.68º | 0.79% | 0.47% | - |
| HSV(B) | 65.68º | 0.88% | 0.84% | - |
| XYZ | 47.5 | 60.54 | 10.1 | - |
| YUV | 187.96 | 36.04 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 25 | 0.08 | 0 | 0.88 | 0.16 | 65.68 | 0.79 | 0.47 |
| Hex | C5 | D7 | 19 | 8 | 0 | 58 | 10 | 42 | 4F | 2F |
| Octal | 305 | 327 | 31 | 10 | 0 | 130 | 20 | 102 | 117 | 57 |
| Binary | 11000101 | 11010111 | 11001 | 1000 | 0 | 1011000 | 10000 | 1000010 | 1001111 | 101111 |
Color Harmonies of #C5D719
Complementary color
Monochromatic Colors of #C5D719
Black with #C5D719
Text Example
Text Example
White with #C5D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D719; }
p { color: rgb(197,215,25); }
H1.HeaderClassName
{
color: #C5D719;
}
.AnyTagClassName
{
color: #C5D719;
}
</style>
background-color css
<style>
a { background-color: #C5D719; }
a { background-color: rgb(197,215,25); }
div.DivClassName
{
background-color: #C5D719;
}
.BgClassName
{
background-color: #C5D719;
}
</style>
border-color css
<style>
span { border-color: #C5D719; }
span { border-color: rgb(197,215,25); }
td.TdClassName
{
border-color: #C5D719;
}
.TagClassName
{
border-color: #C5D719;
}
</style>