Shades of Kelly Green #5FE022
Tints of Kelly Green #5FE022
RGB
CMYK
RGB Variations
Color information
#5FE022 (or 0x5FE022) is known color: Kelly Green. HEX triplet: 5F, E0 and 22. RGB value is (95,224,34). Sum of RGB (Red+Green+Blue) = 95+224+34=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE022 is #A01FDD. Grayscale: #A4A4A4. Windows color (decimal): -10493918 or 2285663. OLE color: 2285663.
HSL color Cylindrical-coordinate representation of color #5FE022: hue angle of 100.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FE022 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 34 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.12 |
| HSL | 100.74º | 0.75% | 0.51% | - |
| HSV(B) | 100.74º | 0.85% | 0.88% | - |
| XYZ | 31.66 | 55.86 | 10.63 | - |
| YUV | 163.77 | 54.76 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 34 | 0.58 | 0 | 0.85 | 0.12 | 100.74 | 0.75 | 0.51 |
| Hex | 5F | E0 | 22 | 3A | 0 | 55 | C | 65 | 4B | 33 |
| Octal | 137 | 340 | 42 | 72 | 0 | 125 | 14 | 145 | 113 | 63 |
| Binary | 1011111 | 11100000 | 100010 | 111010 | 0 | 1010101 | 1100 | 1100101 | 1001011 | 110011 |
Color Harmonies of #5FE022
Complementary color
Monochromatic Colors of #5FE022
Black with #5FE022
Text Example
Text Example
White with #5FE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE022; }
p { color: rgb(95,224,34); }
H1.HeaderClassName
{
color: #5FE022;
}
.AnyTagClassName
{
color: #5FE022;
}
</style>
background-color css
<style>
a { background-color: #5FE022; }
a { background-color: rgb(95,224,34); }
div.DivClassName
{
background-color: #5FE022;
}
.BgClassName
{
background-color: #5FE022;
}
</style>
border-color css
<style>
span { border-color: #5FE022; }
span { border-color: rgb(95,224,34); }
td.TdClassName
{
border-color: #5FE022;
}
.TagClassName
{
border-color: #5FE022;
}
</style>