Shades of Kelly Green #5FE42E
Tints of Kelly Green #5FE42E
RGB
CMYK
RGB Variations
Color information
#5FE42E (or 0x5FE42E) is known color: Kelly Green. HEX triplet: 5F, E4 and 2E. RGB value is (95,228,46). Sum of RGB (Red+Green+Blue) = 95+228+46=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 228 (89.45% from 255 or 61.79% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE42E is #A01BD1. Grayscale: #A8A8A8. Windows color (decimal): -10492882 or 3073119. OLE color: 3073119.
HSL color Cylindrical-coordinate representation of color #5FE42E: hue angle of 103.85º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FE42E is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 46 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.11 |
| HSL | 103.85º | 0.77% | 0.54% | - |
| HSV(B) | 103.85º | 0.8% | 0.89% | - |
| XYZ | 32.96 | 58.12 | 12.07 | - |
| YUV | 167.49 | 59.44 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 46 | 0.58 | 0 | 0.80 | 0.11 | 103.85 | 0.77 | 0.54 |
| Hex | 5F | E4 | 2E | 3A | 0 | 50 | B | 68 | 4D | 36 |
| Octal | 137 | 344 | 56 | 72 | 0 | 120 | 13 | 150 | 115 | 66 |
| Binary | 1011111 | 11100100 | 101110 | 111010 | 0 | 1010000 | 1011 | 1101000 | 1001101 | 110110 |
Color Harmonies of #5FE42E
Complementary color
Monochromatic Colors of #5FE42E
Black with #5FE42E
Text Example
Text Example
White with #5FE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE42E; }
p { color: rgb(95,228,46); }
H1.HeaderClassName
{
color: #5FE42E;
}
.AnyTagClassName
{
color: #5FE42E;
}
</style>
background-color css
<style>
a { background-color: #5FE42E; }
a { background-color: rgb(95,228,46); }
div.DivClassName
{
background-color: #5FE42E;
}
.BgClassName
{
background-color: #5FE42E;
}
</style>
border-color css
<style>
span { border-color: #5FE42E; }
span { border-color: rgb(95,228,46); }
td.TdClassName
{
border-color: #5FE42E;
}
.TagClassName
{
border-color: #5FE42E;
}
</style>