Shades of Fuego #C5D031
Tints of Fuego #C5D031
RGB
CMYK
RGB Variations
Color information
#C5D031 (or 0xC5D031) is known color: Fuego. HEX triplet: C5, D0 and 31. RGB value is (197,208,49). Sum of RGB (Red+Green+Blue) = 197+208+49=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D031 is #3A2FCE. Grayscale: #BBBBBB. Windows color (decimal): -3813327 or 3264709. OLE color: 3264709.
HSL color Cylindrical-coordinate representation of color #C5D031: hue angle of 64.15º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5D031 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 49 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.18 |
| HSL | 64.15º | 0.63% | 0.5% | - |
| HSV(B) | 64.15º | 0.76% | 0.82% | - |
| XYZ | 46.14 | 57.2 | 11.52 | - |
| YUV | 186.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 49 | 0.05 | 0 | 0.76 | 0.18 | 64.15 | 0.63 | 0.5 |
| Hex | C5 | D0 | 31 | 5 | 0 | 4C | 12 | 40 | 3F | 32 |
| Octal | 305 | 320 | 61 | 5 | 0 | 114 | 22 | 100 | 77 | 62 |
| Binary | 11000101 | 11010000 | 110001 | 101 | 0 | 1001100 | 10010 | 1000000 | 111111 | 110010 |
Color Harmonies of #C5D031
Complementary color
Monochromatic Colors of #C5D031
Black with #C5D031
Text Example
Text Example
White with #C5D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D031; }
p { color: rgb(197,208,49); }
H1.HeaderClassName
{
color: #C5D031;
}
.AnyTagClassName
{
color: #C5D031;
}
</style>
background-color css
<style>
a { background-color: #C5D031; }
a { background-color: rgb(197,208,49); }
div.DivClassName
{
background-color: #C5D031;
}
.BgClassName
{
background-color: #C5D031;
}
</style>
border-color css
<style>
span { border-color: #C5D031; }
span { border-color: rgb(197,208,49); }
td.TdClassName
{
border-color: #C5D031;
}
.TagClassName
{
border-color: #C5D031;
}
</style>