Shades of Kelly Green #5FD50A
Tints of Kelly Green #5FD50A
RGB
CMYK
RGB Variations
Color information
#5FD50A (or 0x5FD50A) is known color: Kelly Green. HEX triplet: 5F, D5 and 0A. RGB value is (95,213,10). Sum of RGB (Red+Green+Blue) = 95+213+10=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD50A is #A02AF5. Grayscale: #9B9B9B. Windows color (decimal): -10496758 or 709983. OLE color: 709983.
HSL color Cylindrical-coordinate representation of color #5FD50A: hue angle of 94.88º degrees, saturation: 0.91, 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 #5FD50A is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 10 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.16 |
| HSL | 94.88º | 0.91% | 0.44% | - |
| HSV(B) | 94.88º | 0.95% | 0.84% | - |
| XYZ | 28.57 | 50.04 | 8.44 | - |
| YUV | 154.58 | 46.41 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 10 | 0.55 | 0 | 0.95 | 0.16 | 94.88 | 0.91 | 0.44 |
| Hex | 5F | D5 | A | 37 | 0 | 5F | 10 | 5F | 5B | 2C |
| Octal | 137 | 325 | 12 | 67 | 0 | 137 | 20 | 137 | 133 | 54 |
| Binary | 1011111 | 11010101 | 1010 | 110111 | 0 | 1011111 | 10000 | 1011111 | 1011011 | 101100 |
Color Harmonies of #5FD50A
Complementary color
Monochromatic Colors of #5FD50A
Black with #5FD50A
Text Example
Text Example
White with #5FD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD50A; }
p { color: rgb(95,213,10); }
H1.HeaderClassName
{
color: #5FD50A;
}
.AnyTagClassName
{
color: #5FD50A;
}
</style>
background-color css
<style>
a { background-color: #5FD50A; }
a { background-color: rgb(95,213,10); }
div.DivClassName
{
background-color: #5FD50A;
}
.BgClassName
{
background-color: #5FD50A;
}
</style>
border-color css
<style>
span { border-color: #5FD50A; }
span { border-color: rgb(95,213,10); }
td.TdClassName
{
border-color: #5FD50A;
}
.TagClassName
{
border-color: #5FD50A;
}
</style>