Shades of Kelly Green #5FD021
Tints of Kelly Green #5FD021
RGB
CMYK
RGB Variations
Color information
#5FD021 (or 0x5FD021) is known color: Kelly Green. HEX triplet: 5F, D0 and 21. RGB value is (95,208,33). Sum of RGB (Red+Green+Blue) = 95+208+33=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD021 is #A02FDE. Grayscale: #9A9A9A. Windows color (decimal): -10498015 or 2216031. OLE color: 2216031.
HSL color Cylindrical-coordinate representation of color #5FD021: hue angle of 98.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FD021 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 33 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.18 |
| HSL | 98.74º | 0.73% | 0.47% | - |
| HSV(B) | 98.74º | 0.84% | 0.82% | - |
| XYZ | 27.55 | 47.65 | 9.19 | - |
| YUV | 154.26 | 59.56 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 33 | 0.54 | 0 | 0.84 | 0.18 | 98.74 | 0.73 | 0.47 |
| Hex | 5F | D0 | 21 | 36 | 0 | 54 | 12 | 63 | 49 | 2F |
| Octal | 137 | 320 | 41 | 66 | 0 | 124 | 22 | 143 | 111 | 57 |
| Binary | 1011111 | 11010000 | 100001 | 110110 | 0 | 1010100 | 10010 | 1100011 | 1001001 | 101111 |
Color Harmonies of #5FD021
Complementary color
Monochromatic Colors of #5FD021
Black with #5FD021
Text Example
Text Example
White with #5FD021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD021; }
p { color: rgb(95,208,33); }
H1.HeaderClassName
{
color: #5FD021;
}
.AnyTagClassName
{
color: #5FD021;
}
</style>
background-color css
<style>
a { background-color: #5FD021; }
a { background-color: rgb(95,208,33); }
div.DivClassName
{
background-color: #5FD021;
}
.BgClassName
{
background-color: #5FD021;
}
</style>
border-color css
<style>
span { border-color: #5FD021; }
span { border-color: rgb(95,208,33); }
td.TdClassName
{
border-color: #5FD021;
}
.TagClassName
{
border-color: #5FD021;
}
</style>