Shades of Fuego #C5E021
Tints of Fuego #C5E021
RGB
CMYK
RGB Variations
Color information
#C5E021 (or 0xC5E021) is known color: Fuego. HEX triplet: C5, E0 and 21. RGB value is (197,224,33). Sum of RGB (Red+Green+Blue) = 197+224+33=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E021 is #3A1FDE. Grayscale: #C2C2C2. Windows color (decimal): -3809247 or 2220229. OLE color: 2220229.
HSL color Cylindrical-coordinate representation of color #C5E021: hue angle of 68.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5E021 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 33 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.12 |
| HSL | 68.48º | 0.75% | 0.5% | - |
| HSV(B) | 68.48º | 0.85% | 0.88% | - |
| XYZ | 49.96 | 65.29 | 11.41 | - |
| YUV | 194.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 33 | 0.12 | 0 | 0.85 | 0.12 | 68.48 | 0.75 | 0.5 |
| Hex | C5 | E0 | 21 | C | 0 | 55 | C | 44 | 4B | 32 |
| Octal | 305 | 340 | 41 | 14 | 0 | 125 | 14 | 104 | 113 | 62 |
| Binary | 11000101 | 11100000 | 100001 | 1100 | 0 | 1010101 | 1100 | 1000100 | 1001011 | 110010 |
Color Harmonies of #C5E021
Complementary color
Monochromatic Colors of #C5E021
Black with #C5E021
Text Example
Text Example
White with #C5E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E021; }
p { color: rgb(197,224,33); }
H1.HeaderClassName
{
color: #C5E021;
}
.AnyTagClassName
{
color: #C5E021;
}
</style>
background-color css
<style>
a { background-color: #C5E021; }
a { background-color: rgb(197,224,33); }
div.DivClassName
{
background-color: #C5E021;
}
.BgClassName
{
background-color: #C5E021;
}
</style>
border-color css
<style>
span { border-color: #C5E021; }
span { border-color: rgb(197,224,33); }
td.TdClassName
{
border-color: #C5E021;
}
.TagClassName
{
border-color: #C5E021;
}
</style>