Shades of Kelly Green #5FD52F
Tints of Kelly Green #5FD52F
RGB
CMYK
RGB Variations
Color information
#5FD52F (or 0x5FD52F) is known color: Kelly Green. HEX triplet: 5F, D5 and 2F. RGB value is (95,213,47). Sum of RGB (Red+Green+Blue) = 95+213+47=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD52F is #A02AD0. Grayscale: #9F9F9F. Windows color (decimal): -10496721 or 3134815. OLE color: 3134815.
HSL color Cylindrical-coordinate representation of color #5FD52F: hue angle of 102.65º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FD52F is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 47 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.16 |
| HSL | 102.65º | 0.66% | 0.51% | - |
| HSV(B) | 102.65º | 0.78% | 0.84% | - |
| XYZ | 29.03 | 50.23 | 10.85 | - |
| YUV | 158.79 | 64.91 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 47 | 0.55 | 0 | 0.78 | 0.16 | 102.65 | 0.66 | 0.51 |
| Hex | 5F | D5 | 2F | 37 | 0 | 4E | 10 | 67 | 42 | 33 |
| Octal | 137 | 325 | 57 | 67 | 0 | 116 | 20 | 147 | 102 | 63 |
| Binary | 1011111 | 11010101 | 101111 | 110111 | 0 | 1001110 | 10000 | 1100111 | 1000010 | 110011 |
Color Harmonies of #5FD52F
Complementary color
Monochromatic Colors of #5FD52F
Black with #5FD52F
Text Example
Text Example
White with #5FD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD52F; }
p { color: rgb(95,213,47); }
H1.HeaderClassName
{
color: #5FD52F;
}
.AnyTagClassName
{
color: #5FD52F;
}
</style>
background-color css
<style>
a { background-color: #5FD52F; }
a { background-color: rgb(95,213,47); }
div.DivClassName
{
background-color: #5FD52F;
}
.BgClassName
{
background-color: #5FD52F;
}
</style>
border-color css
<style>
span { border-color: #5FD52F; }
span { border-color: rgb(95,213,47); }
td.TdClassName
{
border-color: #5FD52F;
}
.TagClassName
{
border-color: #5FD52F;
}
</style>