Shades of Kelly Green #5FE227
Tints of Kelly Green #5FE227
RGB
CMYK
RGB Variations
Color information
#5FE227 (or 0x5FE227) is known color: Kelly Green. HEX triplet: 5F, E2 and 27. RGB value is (95,226,39). Sum of RGB (Red+Green+Blue) = 95+226+39=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE227 is #A01DD8. Grayscale: #A6A6A6. Windows color (decimal): -10493401 or 2613855. OLE color: 2613855.
HSL color Cylindrical-coordinate representation of color #5FE227: hue angle of 102.03º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FE227 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 39 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.11 |
| HSL | 102.03º | 0.76% | 0.52% | - |
| HSV(B) | 102.03º | 0.83% | 0.89% | - |
| XYZ | 32.28 | 56.97 | 11.21 | - |
| YUV | 165.51 | 56.6 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 39 | 0.58 | 0 | 0.83 | 0.11 | 102.03 | 0.76 | 0.52 |
| Hex | 5F | E2 | 27 | 3A | 0 | 53 | B | 66 | 4C | 34 |
| Octal | 137 | 342 | 47 | 72 | 0 | 123 | 13 | 146 | 114 | 64 |
| Binary | 1011111 | 11100010 | 100111 | 111010 | 0 | 1010011 | 1011 | 1100110 | 1001100 | 110100 |
Color Harmonies of #5FE227
Complementary color
Monochromatic Colors of #5FE227
Black with #5FE227
Text Example
Text Example
White with #5FE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE227; }
p { color: rgb(95,226,39); }
H1.HeaderClassName
{
color: #5FE227;
}
.AnyTagClassName
{
color: #5FE227;
}
</style>
background-color css
<style>
a { background-color: #5FE227; }
a { background-color: rgb(95,226,39); }
div.DivClassName
{
background-color: #5FE227;
}
.BgClassName
{
background-color: #5FE227;
}
</style>
border-color css
<style>
span { border-color: #5FE227; }
span { border-color: rgb(95,226,39); }
td.TdClassName
{
border-color: #5FE227;
}
.TagClassName
{
border-color: #5FE227;
}
</style>