Shades of Kelly Green #5FD12F
Tints of Kelly Green #5FD12F
RGB
CMYK
RGB Variations
Color information
#5FD12F (or 0x5FD12F) is known color: Kelly Green. HEX triplet: 5F, D1 and 2F. RGB value is (95,209,47). Sum of RGB (Red+Green+Blue) = 95+209+47=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD12F is #A02ED0. Grayscale: #9C9C9C. Windows color (decimal): -10497745 or 3133791. OLE color: 3133791.
HSL color Cylindrical-coordinate representation of color #5FD12F: hue angle of 102.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FD12F is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 47 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.18 |
| HSL | 102.22º | 0.64% | 0.5% | - |
| HSV(B) | 102.22º | 0.78% | 0.82% | - |
| XYZ | 28.03 | 48.24 | 10.52 | - |
| YUV | 156.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 47 | 0.55 | 0 | 0.78 | 0.18 | 102.22 | 0.64 | 0.5 |
| Hex | 5F | D1 | 2F | 37 | 0 | 4E | 12 | 66 | 40 | 32 |
| Octal | 137 | 321 | 57 | 67 | 0 | 116 | 22 | 146 | 100 | 62 |
| Binary | 1011111 | 11010001 | 101111 | 110111 | 0 | 1001110 | 10010 | 1100110 | 1000000 | 110010 |
Color Harmonies of #5FD12F
Complementary color
Monochromatic Colors of #5FD12F
Black with #5FD12F
Text Example
Text Example
White with #5FD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD12F; }
p { color: rgb(95,209,47); }
H1.HeaderClassName
{
color: #5FD12F;
}
.AnyTagClassName
{
color: #5FD12F;
}
</style>
background-color css
<style>
a { background-color: #5FD12F; }
a { background-color: rgb(95,209,47); }
div.DivClassName
{
background-color: #5FD12F;
}
.BgClassName
{
background-color: #5FD12F;
}
</style>
border-color css
<style>
span { border-color: #5FD12F; }
span { border-color: rgb(95,209,47); }
td.TdClassName
{
border-color: #5FD12F;
}
.TagClassName
{
border-color: #5FD12F;
}
</style>