Shades of Fuego #C5D420
Tints of Fuego #C5D420
RGB
CMYK
RGB Variations
Color information
#C5D420 (or 0xC5D420) is known color: Fuego. HEX triplet: C5, D4 and 20. RGB value is (197,212,32). Sum of RGB (Red+Green+Blue) = 197+212+32=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D420 is #3A2BDF. Grayscale: #BBBBBB. Windows color (decimal): -3812320 or 2151621. OLE color: 2151621.
HSL color Cylindrical-coordinate representation of color #C5D420: hue angle of 65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5D420 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 32 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.17 |
| HSL | 65º | 0.74% | 0.48% | - |
| HSV(B) | 65º | 0.85% | 0.83% | - |
| XYZ | 46.83 | 59.06 | 10.3 | - |
| YUV | 187 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 32 | 0.07 | 0 | 0.85 | 0.17 | 65 | 0.74 | 0.48 |
| Hex | C5 | D4 | 20 | 7 | 0 | 55 | 11 | 41 | 4A | 30 |
| Octal | 305 | 324 | 40 | 7 | 0 | 125 | 21 | 101 | 112 | 60 |
| Binary | 11000101 | 11010100 | 100000 | 111 | 0 | 1010101 | 10001 | 1000001 | 1001010 | 110000 |
Color Harmonies of #C5D420
Complementary color
Monochromatic Colors of #C5D420
Black with #C5D420
Text Example
Text Example
White with #C5D420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D420; }
p { color: rgb(197,212,32); }
H1.HeaderClassName
{
color: #C5D420;
}
.AnyTagClassName
{
color: #C5D420;
}
</style>
background-color css
<style>
a { background-color: #C5D420; }
a { background-color: rgb(197,212,32); }
div.DivClassName
{
background-color: #C5D420;
}
.BgClassName
{
background-color: #C5D420;
}
</style>
border-color css
<style>
span { border-color: #C5D420; }
span { border-color: rgb(197,212,32); }
td.TdClassName
{
border-color: #C5D420;
}
.TagClassName
{
border-color: #C5D420;
}
</style>