Shades of Fuego #C5E321
Tints of Fuego #C5E321
RGB
CMYK
RGB Variations
Color information
#C5E321 (or 0xC5E321) is known color: Fuego. HEX triplet: C5, E3 and 21. RGB value is (197,227,33). Sum of RGB (Red+Green+Blue) = 197+227+33=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E321 is #3A1CDE. Grayscale: #C4C4C4. Windows color (decimal): -3808479 or 2220997. OLE color: 2220997.
HSL color Cylindrical-coordinate representation of color #C5E321: hue angle of 69.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5E321 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.11 |
| HSL | 69.28º | 0.78% | 0.51% | - |
| HSV(B) | 69.28º | 0.85% | 0.89% | - |
| XYZ | 50.77 | 66.92 | 11.68 | - |
| YUV | 195.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 33 | 0.13 | 0 | 0.85 | 0.11 | 69.28 | 0.78 | 0.51 |
| Hex | C5 | E3 | 21 | D | 0 | 55 | B | 45 | 4E | 33 |
| Octal | 305 | 343 | 41 | 15 | 0 | 125 | 13 | 105 | 116 | 63 |
| Binary | 11000101 | 11100011 | 100001 | 1101 | 0 | 1010101 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C5E321
Complementary color
Monochromatic Colors of #C5E321
Black with #C5E321
Text Example
Text Example
White with #C5E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E321; }
p { color: rgb(197,227,33); }
H1.HeaderClassName
{
color: #C5E321;
}
.AnyTagClassName
{
color: #C5E321;
}
</style>
background-color css
<style>
a { background-color: #C5E321; }
a { background-color: rgb(197,227,33); }
div.DivClassName
{
background-color: #C5E321;
}
.BgClassName
{
background-color: #C5E321;
}
</style>
border-color css
<style>
span { border-color: #C5E321; }
span { border-color: rgb(197,227,33); }
td.TdClassName
{
border-color: #C5E321;
}
.TagClassName
{
border-color: #C5E321;
}
</style>