Shades of Fuego #C5D31F
Tints of Fuego #C5D31F
RGB
CMYK
RGB Variations
Color information
#C5D31F (or 0xC5D31F) is known color: Fuego. HEX triplet: C5, D3 and 1F. RGB value is (197,211,31). Sum of RGB (Red+Green+Blue) = 197+211+31=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D31F is #3A2CE0. Grayscale: #BABABA. Windows color (decimal): -3812577 or 2085829. OLE color: 2085829.
HSL color Cylindrical-coordinate representation of color #C5D31F: hue angle of 64.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5D31F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.17 |
| HSL | 64.67º | 0.74% | 0.47% | - |
| HSV(B) | 64.67º | 0.85% | 0.83% | - |
| XYZ | 46.57 | 58.56 | 10.14 | - |
| YUV | 186.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 31 | 0.07 | 0 | 0.85 | 0.17 | 64.67 | 0.74 | 0.47 |
| Hex | C5 | D3 | 1F | 7 | 0 | 55 | 11 | 41 | 4A | 2F |
| Octal | 305 | 323 | 37 | 7 | 0 | 125 | 21 | 101 | 112 | 57 |
| Binary | 11000101 | 11010011 | 11111 | 111 | 0 | 1010101 | 10001 | 1000001 | 1001010 | 101111 |
Color Harmonies of #C5D31F
Complementary color
Monochromatic Colors of #C5D31F
Black with #C5D31F
Text Example
Text Example
White with #C5D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D31F; }
p { color: rgb(197,211,31); }
H1.HeaderClassName
{
color: #C5D31F;
}
.AnyTagClassName
{
color: #C5D31F;
}
</style>
background-color css
<style>
a { background-color: #C5D31F; }
a { background-color: rgb(197,211,31); }
div.DivClassName
{
background-color: #C5D31F;
}
.BgClassName
{
background-color: #C5D31F;
}
</style>
border-color css
<style>
span { border-color: #C5D31F; }
span { border-color: rgb(197,211,31); }
td.TdClassName
{
border-color: #C5D31F;
}
.TagClassName
{
border-color: #C5D31F;
}
</style>