Shades of Kelly Green #5FD507
Tints of Kelly Green #5FD507
RGB
CMYK
RGB Variations
Color information
#5FD507 (or 0x5FD507) is known color: Kelly Green. HEX triplet: 5F, D5 and 07. RGB value is (95,213,7). Sum of RGB (Red+Green+Blue) = 95+213+7=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD507 is #A02AF8. Grayscale: #9A9A9A. Windows color (decimal): -10496761 or 513375. OLE color: 513375.
HSL color Cylindrical-coordinate representation of color #5FD507: hue angle of 94.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FD507 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 7 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.16 |
| HSL | 94.37º | 0.94% | 0.43% | - |
| HSV(B) | 94.37º | 0.97% | 0.84% | - |
| XYZ | 28.55 | 50.04 | 8.35 | - |
| YUV | 154.23 | 44.91 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 7 | 0.55 | 0 | 0.97 | 0.16 | 94.37 | 0.94 | 0.43 |
| Hex | 5F | D5 | 7 | 37 | 0 | 61 | 10 | 5E | 5E | 2B |
| Octal | 137 | 325 | 7 | 67 | 0 | 141 | 20 | 136 | 136 | 53 |
| Binary | 1011111 | 11010101 | 111 | 110111 | 0 | 1100001 | 10000 | 1011110 | 1011110 | 101011 |
Color Harmonies of #5FD507
Complementary color
Monochromatic Colors of #5FD507
Black with #5FD507
Text Example
Text Example
White with #5FD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD507; }
p { color: rgb(95,213,7); }
H1.HeaderClassName
{
color: #5FD507;
}
.AnyTagClassName
{
color: #5FD507;
}
</style>
background-color css
<style>
a { background-color: #5FD507; }
a { background-color: rgb(95,213,7); }
div.DivClassName
{
background-color: #5FD507;
}
.BgClassName
{
background-color: #5FD507;
}
</style>
border-color css
<style>
span { border-color: #5FD507; }
span { border-color: rgb(95,213,7); }
td.TdClassName
{
border-color: #5FD507;
}
.TagClassName
{
border-color: #5FD507;
}
</style>