Shades of Kelly Green #5FD120
Tints of Kelly Green #5FD120
RGB
CMYK
RGB Variations
Color information
#5FD120 (or 0x5FD120) is known color: Kelly Green. HEX triplet: 5F, D1 and 20. RGB value is (95,209,32). Sum of RGB (Red+Green+Blue) = 95+209+32=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 209 (82.03% from 255 or 62.20% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD120 is #A02EDF. Grayscale: #9B9B9B. Windows color (decimal): -10497760 or 2150751. OLE color: 2150751.
HSL color Cylindrical-coordinate representation of color #5FD120: hue angle of 98.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FD120 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 32 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.18 |
| HSL | 98.64º | 0.73% | 0.47% | - |
| HSV(B) | 98.64º | 0.85% | 0.82% | - |
| XYZ | 27.78 | 48.14 | 9.19 | - |
| YUV | 154.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 32 | 0.55 | 0 | 0.85 | 0.18 | 98.64 | 0.73 | 0.47 |
| Hex | 5F | D1 | 20 | 37 | 0 | 55 | 12 | 63 | 49 | 2F |
| Octal | 137 | 321 | 40 | 67 | 0 | 125 | 22 | 143 | 111 | 57 |
| Binary | 1011111 | 11010001 | 100000 | 110111 | 0 | 1010101 | 10010 | 1100011 | 1001001 | 101111 |
Color Harmonies of #5FD120
Complementary color
Monochromatic Colors of #5FD120
Black with #5FD120
Text Example
Text Example
White with #5FD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD120; }
p { color: rgb(95,209,32); }
H1.HeaderClassName
{
color: #5FD120;
}
.AnyTagClassName
{
color: #5FD120;
}
</style>
background-color css
<style>
a { background-color: #5FD120; }
a { background-color: rgb(95,209,32); }
div.DivClassName
{
background-color: #5FD120;
}
.BgClassName
{
background-color: #5FD120;
}
</style>
border-color css
<style>
span { border-color: #5FD120; }
span { border-color: rgb(95,209,32); }
td.TdClassName
{
border-color: #5FD120;
}
.TagClassName
{
border-color: #5FD120;
}
</style>