Shades of Kelly Green #5FD000
Tints of Kelly Green #5FD000
RGB
CMYK
RGB Variations
Color information
#5FD000 (or 0x5FD000) is known color: Kelly Green. HEX triplet: 5F, D0 and 00. RGB value is (95,208,0). Sum of RGB (Red+Green+Blue) = 95+208+0=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD000 is #A02FFF. Grayscale: #979797. Windows color (decimal): -10498048 or 53343. OLE color: 53343.
HSL color Cylindrical-coordinate representation of color #5FD000: hue angle of 92.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FD000 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.18 |
| HSL | 92.6º | 1% | 0.41% | - |
| HSV(B) | 92.6º | 1% | 0.82% | - |
| XYZ | 27.28 | 47.54 | 7.74 | - |
| YUV | 150.5 | 43.06 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 0 | 0.54 | 0 | 1 | 0.18 | 92.6 | 1 | 0.41 |
| Hex | 5F | D0 | 0 | 36 | 0 | 64 | 12 | 5D | 64 | 29 |
| Octal | 137 | 320 | 0 | 66 | 0 | 144 | 22 | 135 | 144 | 51 |
| Binary | 1011111 | 11010000 | 0 | 110110 | 0 | 1100100 | 10010 | 1011101 | 1100100 | 101001 |
Color Harmonies of #5FD000
Complementary color
Monochromatic Colors of #5FD000
Black with #5FD000
Text Example
Text Example
White with #5FD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD000; }
p { color: rgb(95,208,0); }
H1.HeaderClassName
{
color: #5FD000;
}
.AnyTagClassName
{
color: #5FD000;
}
</style>
background-color css
<style>
a { background-color: #5FD000; }
a { background-color: rgb(95,208,0); }
div.DivClassName
{
background-color: #5FD000;
}
.BgClassName
{
background-color: #5FD000;
}
</style>
border-color css
<style>
span { border-color: #5FD000; }
span { border-color: rgb(95,208,0); }
td.TdClassName
{
border-color: #5FD000;
}
.TagClassName
{
border-color: #5FD000;
}
</style>