Shades of Kelly Green #5FE221
Tints of Kelly Green #5FE221
RGB
CMYK
RGB Variations
Color information
#5FE221 (or 0x5FE221) is known color: Kelly Green. HEX triplet: 5F, E2 and 21. RGB value is (95,226,33). Sum of RGB (Red+Green+Blue) = 95+226+33=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE221 is #A01DDE. Grayscale: #A5A5A5. Windows color (decimal): -10493407 or 2220639. OLE color: 2220639.
HSL color Cylindrical-coordinate representation of color #5FE221: hue angle of 100.73º degrees, saturation: 0.77, 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 #5FE221 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 33 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.11 |
| HSL | 100.73º | 0.77% | 0.51% | - |
| HSV(B) | 100.73º | 0.85% | 0.89% | - |
| XYZ | 32.19 | 56.94 | 10.73 | - |
| YUV | 164.83 | 53.6 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 33 | 0.58 | 0 | 0.85 | 0.11 | 100.73 | 0.77 | 0.51 |
| Hex | 5F | E2 | 21 | 3A | 0 | 55 | B | 65 | 4D | 33 |
| Octal | 137 | 342 | 41 | 72 | 0 | 125 | 13 | 145 | 115 | 63 |
| Binary | 1011111 | 11100010 | 100001 | 111010 | 0 | 1010101 | 1011 | 1100101 | 1001101 | 110011 |
Color Harmonies of #5FE221
Complementary color
Monochromatic Colors of #5FE221
Black with #5FE221
Text Example
Text Example
White with #5FE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE221; }
p { color: rgb(95,226,33); }
H1.HeaderClassName
{
color: #5FE221;
}
.AnyTagClassName
{
color: #5FE221;
}
</style>
background-color css
<style>
a { background-color: #5FE221; }
a { background-color: rgb(95,226,33); }
div.DivClassName
{
background-color: #5FE221;
}
.BgClassName
{
background-color: #5FE221;
}
</style>
border-color css
<style>
span { border-color: #5FE221; }
span { border-color: rgb(95,226,33); }
td.TdClassName
{
border-color: #5FE221;
}
.TagClassName
{
border-color: #5FE221;
}
</style>