Shades of Kelly Green #5FD02E
Tints of Kelly Green #5FD02E
RGB
CMYK
RGB Variations
Color information
#5FD02E (or 0x5FD02E) is known color: Kelly Green. HEX triplet: 5F, D0 and 2E. RGB value is (95,208,46). Sum of RGB (Red+Green+Blue) = 95+208+46=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD02E is #A02FD1. Grayscale: #9C9C9C. Windows color (decimal): -10498002 or 3067999. OLE color: 3067999.
HSL color Cylindrical-coordinate representation of color #5FD02E: hue angle of 101.85º 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 #5FD02E is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 46 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.18 |
| HSL | 101.85º | 0.64% | 0.5% | - |
| HSV(B) | 101.85º | 0.78% | 0.82% | - |
| XYZ | 27.77 | 47.74 | 10.34 | - |
| YUV | 155.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 46 | 0.54 | 0 | 0.78 | 0.18 | 101.85 | 0.64 | 0.5 |
| Hex | 5F | D0 | 2E | 36 | 0 | 4E | 12 | 66 | 40 | 32 |
| Octal | 137 | 320 | 56 | 66 | 0 | 116 | 22 | 146 | 100 | 62 |
| Binary | 1011111 | 11010000 | 101110 | 110110 | 0 | 1001110 | 10010 | 1100110 | 1000000 | 110010 |
Color Harmonies of #5FD02E
Complementary color
Monochromatic Colors of #5FD02E
Black with #5FD02E
Text Example
Text Example
White with #5FD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD02E; }
p { color: rgb(95,208,46); }
H1.HeaderClassName
{
color: #5FD02E;
}
.AnyTagClassName
{
color: #5FD02E;
}
</style>
background-color css
<style>
a { background-color: #5FD02E; }
a { background-color: rgb(95,208,46); }
div.DivClassName
{
background-color: #5FD02E;
}
.BgClassName
{
background-color: #5FD02E;
}
</style>
border-color css
<style>
span { border-color: #5FD02E; }
span { border-color: rgb(95,208,46); }
td.TdClassName
{
border-color: #5FD02E;
}
.TagClassName
{
border-color: #5FD02E;
}
</style>