Shades of Fuego #C5D022
Tints of Fuego #C5D022
RGB
CMYK
RGB Variations
Color information
#C5D022 (or 0xC5D022) is known color: Fuego. HEX triplet: C5, D0 and 22. RGB value is (197,208,34). Sum of RGB (Red+Green+Blue) = 197+208+34=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D022 is #3A2FDD. Grayscale: #B9B9B9. Windows color (decimal): -3813342 or 2281669. OLE color: 2281669.
HSL color Cylindrical-coordinate representation of color #C5D022: hue angle of 63.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5D022 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 34 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.18 |
| HSL | 63.79º | 0.72% | 0.47% | - |
| HSV(B) | 63.79º | 0.84% | 0.82% | - |
| XYZ | 45.87 | 57.1 | 10.12 | - |
| YUV | 184.88 | 42.86 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 34 | 0.05 | 0 | 0.84 | 0.18 | 63.79 | 0.72 | 0.47 |
| Hex | C5 | D0 | 22 | 5 | 0 | 54 | 12 | 40 | 48 | 2F |
| Octal | 305 | 320 | 42 | 5 | 0 | 124 | 22 | 100 | 110 | 57 |
| Binary | 11000101 | 11010000 | 100010 | 101 | 0 | 1010100 | 10010 | 1000000 | 1001000 | 101111 |
Color Harmonies of #C5D022
Complementary color
Monochromatic Colors of #C5D022
Black with #C5D022
Text Example
Text Example
White with #C5D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D022; }
p { color: rgb(197,208,34); }
H1.HeaderClassName
{
color: #C5D022;
}
.AnyTagClassName
{
color: #C5D022;
}
</style>
background-color css
<style>
a { background-color: #C5D022; }
a { background-color: rgb(197,208,34); }
div.DivClassName
{
background-color: #C5D022;
}
.BgClassName
{
background-color: #C5D022;
}
</style>
border-color css
<style>
span { border-color: #C5D022; }
span { border-color: rgb(197,208,34); }
td.TdClassName
{
border-color: #C5D022;
}
.TagClassName
{
border-color: #C5D022;
}
</style>