Shades of Kelly Green #5FD82F
Tints of Kelly Green #5FD82F
RGB
CMYK
RGB Variations
Color information
#5FD82F (or 0x5FD82F) is known color: Kelly Green. HEX triplet: 5F, D8 and 2F. RGB value is (95,216,47). Sum of RGB (Red+Green+Blue) = 95+216+47=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD82F is #A027D0. Grayscale: #A1A1A1. Windows color (decimal): -10495953 or 3135583. OLE color: 3135583.
HSL color Cylindrical-coordinate representation of color #5FD82F: hue angle of 102.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FD82F is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 47 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.15 |
| HSL | 102.96º | 0.68% | 0.52% | - |
| HSV(B) | 102.96º | 0.78% | 0.85% | - |
| XYZ | 29.79 | 51.75 | 11.11 | - |
| YUV | 160.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 47 | 0.56 | 0 | 0.78 | 0.15 | 102.96 | 0.68 | 0.52 |
| Hex | 5F | D8 | 2F | 38 | 0 | 4E | F | 67 | 44 | 34 |
| Octal | 137 | 330 | 57 | 70 | 0 | 116 | 17 | 147 | 104 | 64 |
| Binary | 1011111 | 11011000 | 101111 | 111000 | 0 | 1001110 | 1111 | 1100111 | 1000100 | 110100 |
Color Harmonies of #5FD82F
Complementary color
Monochromatic Colors of #5FD82F
Black with #5FD82F
Text Example
Text Example
White with #5FD82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD82F; }
p { color: rgb(95,216,47); }
H1.HeaderClassName
{
color: #5FD82F;
}
.AnyTagClassName
{
color: #5FD82F;
}
</style>
background-color css
<style>
a { background-color: #5FD82F; }
a { background-color: rgb(95,216,47); }
div.DivClassName
{
background-color: #5FD82F;
}
.BgClassName
{
background-color: #5FD82F;
}
</style>
border-color css
<style>
span { border-color: #5FD82F; }
span { border-color: rgb(95,216,47); }
td.TdClassName
{
border-color: #5FD82F;
}
.TagClassName
{
border-color: #5FD82F;
}
</style>