Shades of Kelly Green #5FD002
Tints of Kelly Green #5FD002
RGB
CMYK
RGB Variations
Color information
#5FD002 (or 0x5FD002) is known color: Kelly Green. HEX triplet: 5F, D0 and 02. RGB value is (95,208,2). Sum of RGB (Red+Green+Blue) = 95+208+2=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD002 is #A02FFD. Grayscale: #979797. Windows color (decimal): -10498046 or 184415. OLE color: 184415.
HSL color Cylindrical-coordinate representation of color #5FD002: hue angle of 92.91º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FD002 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.18 |
| HSL | 92.91º | 0.98% | 0.41% | - |
| HSV(B) | 92.91º | 0.99% | 0.82% | - |
| XYZ | 27.29 | 47.55 | 7.8 | - |
| YUV | 150.73 | 44.06 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 2 | 0.54 | 0 | 0.99 | 0.18 | 92.91 | 0.98 | 0.41 |
| Hex | 5F | D0 | 2 | 36 | 0 | 63 | 12 | 5D | 62 | 29 |
| Octal | 137 | 320 | 2 | 66 | 0 | 143 | 22 | 135 | 142 | 51 |
| Binary | 1011111 | 11010000 | 10 | 110110 | 0 | 1100011 | 10010 | 1011101 | 1100010 | 101001 |
Color Harmonies of #5FD002
Complementary color
Monochromatic Colors of #5FD002
Black with #5FD002
Text Example
Text Example
White with #5FD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD002; }
p { color: rgb(95,208,2); }
H1.HeaderClassName
{
color: #5FD002;
}
.AnyTagClassName
{
color: #5FD002;
}
</style>
background-color css
<style>
a { background-color: #5FD002; }
a { background-color: rgb(95,208,2); }
div.DivClassName
{
background-color: #5FD002;
}
.BgClassName
{
background-color: #5FD002;
}
</style>
border-color css
<style>
span { border-color: #5FD002; }
span { border-color: rgb(95,208,2); }
td.TdClassName
{
border-color: #5FD002;
}
.TagClassName
{
border-color: #5FD002;
}
</style>