Shades of Kelly Green #5FE12B
Tints of Kelly Green #5FE12B
RGB
CMYK
RGB Variations
Color information
#5FE12B (or 0x5FE12B) is known color: Kelly Green. HEX triplet: 5F, E1 and 2B. RGB value is (95,225,43). Sum of RGB (Red+Green+Blue) = 95+225+43=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE12B is #A01ED4. Grayscale: #A5A5A5. Windows color (decimal): -10493653 or 2875743. OLE color: 2875743.
HSL color Cylindrical-coordinate representation of color #5FE12B: hue angle of 102.86º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FE12B is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 43 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.12 |
| HSL | 102.86º | 0.75% | 0.53% | - |
| HSV(B) | 102.86º | 0.81% | 0.88% | - |
| XYZ | 32.08 | 56.46 | 11.49 | - |
| YUV | 165.38 | 58.93 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 43 | 0.58 | 0 | 0.81 | 0.12 | 102.86 | 0.75 | 0.53 |
| Hex | 5F | E1 | 2B | 3A | 0 | 51 | C | 67 | 4B | 35 |
| Octal | 137 | 341 | 53 | 72 | 0 | 121 | 14 | 147 | 113 | 65 |
| Binary | 1011111 | 11100001 | 101011 | 111010 | 0 | 1010001 | 1100 | 1100111 | 1001011 | 110101 |
Color Harmonies of #5FE12B
Complementary color
Monochromatic Colors of #5FE12B
Black with #5FE12B
Text Example
Text Example
White with #5FE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE12B; }
p { color: rgb(95,225,43); }
H1.HeaderClassName
{
color: #5FE12B;
}
.AnyTagClassName
{
color: #5FE12B;
}
</style>
background-color css
<style>
a { background-color: #5FE12B; }
a { background-color: rgb(95,225,43); }
div.DivClassName
{
background-color: #5FE12B;
}
.BgClassName
{
background-color: #5FE12B;
}
</style>
border-color css
<style>
span { border-color: #5FE12B; }
span { border-color: rgb(95,225,43); }
td.TdClassName
{
border-color: #5FE12B;
}
.TagClassName
{
border-color: #5FE12B;
}
</style>