Shades of Kelly Green #5FE02E
Tints of Kelly Green #5FE02E
RGB
CMYK
RGB Variations
Color information
#5FE02E (or 0x5FE02E) is known color: Kelly Green. HEX triplet: 5F, E0 and 2E. RGB value is (95,224,46). Sum of RGB (Red+Green+Blue) = 95+224+46=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE02E is #A01FD1. Grayscale: #A5A5A5. Windows color (decimal): -10493906 or 3072095. OLE color: 3072095.
HSL color Cylindrical-coordinate representation of color #5FE02E: hue angle of 103.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FE02E is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 46 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.12 |
| HSL | 103.48º | 0.74% | 0.53% | - |
| HSV(B) | 103.48º | 0.79% | 0.88% | - |
| XYZ | 31.87 | 55.94 | 11.7 | - |
| YUV | 165.14 | 60.76 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 46 | 0.58 | 0 | 0.79 | 0.12 | 103.48 | 0.74 | 0.53 |
| Hex | 5F | E0 | 2E | 3A | 0 | 4F | C | 67 | 4A | 35 |
| Octal | 137 | 340 | 56 | 72 | 0 | 117 | 14 | 147 | 112 | 65 |
| Binary | 1011111 | 11100000 | 101110 | 111010 | 0 | 1001111 | 1100 | 1100111 | 1001010 | 110101 |
Color Harmonies of #5FE02E
Complementary color
Monochromatic Colors of #5FE02E
Black with #5FE02E
Text Example
Text Example
White with #5FE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE02E; }
p { color: rgb(95,224,46); }
H1.HeaderClassName
{
color: #5FE02E;
}
.AnyTagClassName
{
color: #5FE02E;
}
</style>
background-color css
<style>
a { background-color: #5FE02E; }
a { background-color: rgb(95,224,46); }
div.DivClassName
{
background-color: #5FE02E;
}
.BgClassName
{
background-color: #5FE02E;
}
</style>
border-color css
<style>
span { border-color: #5FE02E; }
span { border-color: rgb(95,224,46); }
td.TdClassName
{
border-color: #5FE02E;
}
.TagClassName
{
border-color: #5FE02E;
}
</style>