Shades of Kelly Green #5FD531
Tints of Kelly Green #5FD531
RGB
CMYK
RGB Variations
Color information
#5FD531 (or 0x5FD531) is known color: Kelly Green. HEX triplet: 5F, D5 and 31. RGB value is (95,213,49). Sum of RGB (Red+Green+Blue) = 95+213+49=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD531 is #A02ACE. Grayscale: #9F9F9F. Windows color (decimal): -10496719 or 3265887. OLE color: 3265887.
HSL color Cylindrical-coordinate representation of color #5FD531: hue angle of 103.17º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FD531 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 49 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.16 |
| HSL | 103.17º | 0.66% | 0.51% | - |
| HSV(B) | 103.17º | 0.77% | 0.84% | - |
| XYZ | 29.07 | 50.24 | 11.07 | - |
| YUV | 159.02 | 65.91 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 49 | 0.55 | 0 | 0.77 | 0.16 | 103.17 | 0.66 | 0.51 |
| Hex | 5F | D5 | 31 | 37 | 0 | 4D | 10 | 67 | 42 | 33 |
| Octal | 137 | 325 | 61 | 67 | 0 | 115 | 20 | 147 | 102 | 63 |
| Binary | 1011111 | 11010101 | 110001 | 110111 | 0 | 1001101 | 10000 | 1100111 | 1000010 | 110011 |
Color Harmonies of #5FD531
Complementary color
Monochromatic Colors of #5FD531
Black with #5FD531
Text Example
Text Example
White with #5FD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD531; }
p { color: rgb(95,213,49); }
H1.HeaderClassName
{
color: #5FD531;
}
.AnyTagClassName
{
color: #5FD531;
}
</style>
background-color css
<style>
a { background-color: #5FD531; }
a { background-color: rgb(95,213,49); }
div.DivClassName
{
background-color: #5FD531;
}
.BgClassName
{
background-color: #5FD531;
}
</style>
border-color css
<style>
span { border-color: #5FD531; }
span { border-color: rgb(95,213,49); }
td.TdClassName
{
border-color: #5FD531;
}
.TagClassName
{
border-color: #5FD531;
}
</style>