Shades of Kelly Green #5FD70B
Tints of Kelly Green #5FD70B
RGB
CMYK
RGB Variations
Color information
#5FD70B (or 0x5FD70B) is known color: Kelly Green. HEX triplet: 5F, D7 and 0B. RGB value is (95,215,11). Sum of RGB (Red+Green+Blue) = 95+215+11=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD70B is #A028F4. Grayscale: #9C9C9C. Windows color (decimal): -10496245 or 776031. OLE color: 776031.
HSL color Cylindrical-coordinate representation of color #5FD70B: hue angle of 95.29º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FD70B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.16 |
| HSL | 95.29º | 0.9% | 0.44% | - |
| HSV(B) | 95.29º | 0.95% | 0.84% | - |
| XYZ | 29.08 | 51.06 | 8.64 | - |
| YUV | 155.86 | 46.24 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 11 | 0.56 | 0 | 0.95 | 0.16 | 95.29 | 0.9 | 0.44 |
| Hex | 5F | D7 | B | 38 | 0 | 5F | 10 | 5F | 5A | 2C |
| Octal | 137 | 327 | 13 | 70 | 0 | 137 | 20 | 137 | 132 | 54 |
| Binary | 1011111 | 11010111 | 1011 | 111000 | 0 | 1011111 | 10000 | 1011111 | 1011010 | 101100 |
Color Harmonies of #5FD70B
Complementary color
Monochromatic Colors of #5FD70B
Black with #5FD70B
Text Example
Text Example
White with #5FD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD70B; }
p { color: rgb(95,215,11); }
H1.HeaderClassName
{
color: #5FD70B;
}
.AnyTagClassName
{
color: #5FD70B;
}
</style>
background-color css
<style>
a { background-color: #5FD70B; }
a { background-color: rgb(95,215,11); }
div.DivClassName
{
background-color: #5FD70B;
}
.BgClassName
{
background-color: #5FD70B;
}
</style>
border-color css
<style>
span { border-color: #5FD70B; }
span { border-color: rgb(95,215,11); }
td.TdClassName
{
border-color: #5FD70B;
}
.TagClassName
{
border-color: #5FD70B;
}
</style>