Shades of Fuego #C5E22A
Tints of Fuego #C5E22A
RGB
CMYK
RGB Variations
Color information
#C5E22A (or 0xC5E22A) is known color: Fuego. HEX triplet: C5, E2 and 2A. RGB value is (197,226,42). Sum of RGB (Red+Green+Blue) = 197+226+42=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E22A is #3A1DD5. Grayscale: #C5C5C5. Windows color (decimal): -3808726 or 2810565. OLE color: 2810565.
HSL color Cylindrical-coordinate representation of color #C5E22A: hue angle of 69.46º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E22A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 226 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.11 |
| HSL | 69.46º | 0.76% | 0.53% | - |
| HSV(B) | 69.46º | 0.81% | 0.89% | - |
| XYZ | 50.64 | 66.43 | 12.34 | - |
| YUV | 196.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 226 | 42 | 0.13 | 0 | 0.81 | 0.11 | 69.46 | 0.76 | 0.53 |
| Hex | C5 | E2 | 2A | D | 0 | 51 | B | 45 | 4C | 35 |
| Octal | 305 | 342 | 52 | 15 | 0 | 121 | 13 | 105 | 114 | 65 |
| Binary | 11000101 | 11100010 | 101010 | 1101 | 0 | 1010001 | 1011 | 1000101 | 1001100 | 110101 |
Color Harmonies of #C5E22A
Complementary color
Monochromatic Colors of #C5E22A
Black with #C5E22A
Text Example
Text Example
White with #C5E22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E22A; }
p { color: rgb(197,226,42); }
H1.HeaderClassName
{
color: #C5E22A;
}
.AnyTagClassName
{
color: #C5E22A;
}
</style>
background-color css
<style>
a { background-color: #C5E22A; }
a { background-color: rgb(197,226,42); }
div.DivClassName
{
background-color: #C5E22A;
}
.BgClassName
{
background-color: #C5E22A;
}
</style>
border-color css
<style>
span { border-color: #C5E22A; }
span { border-color: rgb(197,226,42); }
td.TdClassName
{
border-color: #C5E22A;
}
.TagClassName
{
border-color: #C5E22A;
}
</style>