Shades of Fuego #C5D020
Tints of Fuego #C5D020
RGB
CMYK
RGB Variations
Color information
#C5D020 (or 0xC5D020) is known color: Fuego. HEX triplet: C5, D0 and 20. RGB value is (197,208,32). Sum of RGB (Red+Green+Blue) = 197+208+32=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D020 is #3A2FDF. Grayscale: #B9B9B9. Windows color (decimal): -3813344 or 2150597. OLE color: 2150597.
HSL color Cylindrical-coordinate representation of color #C5D020: hue angle of 63.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5D020 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.18 |
| HSL | 63.75º | 0.73% | 0.47% | - |
| HSV(B) | 63.75º | 0.85% | 0.82% | - |
| XYZ | 45.84 | 57.09 | 9.97 | - |
| YUV | 184.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 32 | 0.05 | 0 | 0.85 | 0.18 | 63.75 | 0.73 | 0.47 |
| Hex | C5 | D0 | 20 | 5 | 0 | 55 | 12 | 40 | 49 | 2F |
| Octal | 305 | 320 | 40 | 5 | 0 | 125 | 22 | 100 | 111 | 57 |
| Binary | 11000101 | 11010000 | 100000 | 101 | 0 | 1010101 | 10010 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C5D020
Complementary color
Monochromatic Colors of #C5D020
Black with #C5D020
Text Example
Text Example
White with #C5D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D020; }
p { color: rgb(197,208,32); }
H1.HeaderClassName
{
color: #C5D020;
}
.AnyTagClassName
{
color: #C5D020;
}
</style>
background-color css
<style>
a { background-color: #C5D020; }
a { background-color: rgb(197,208,32); }
div.DivClassName
{
background-color: #C5D020;
}
.BgClassName
{
background-color: #C5D020;
}
</style>
border-color css
<style>
span { border-color: #C5D020; }
span { border-color: rgb(197,208,32); }
td.TdClassName
{
border-color: #C5D020;
}
.TagClassName
{
border-color: #C5D020;
}
</style>