Shades of Kelly Green #5FD824
Tints of Kelly Green #5FD824
RGB
CMYK
RGB Variations
Color information
#5FD824 (or 0x5FD824) is known color: Kelly Green. HEX triplet: 5F, D8 and 24. RGB value is (95,216,36). Sum of RGB (Red+Green+Blue) = 95+216+36=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD824 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD824 is #A027DB. Grayscale: #9F9F9F. Windows color (decimal): -10495964 or 2414687. OLE color: 2414687.
HSL color Cylindrical-coordinate representation of color #5FD824: hue angle of 100.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FD824 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 36 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.15 |
| HSL | 100.33º | 0.71% | 0.49% | - |
| HSV(B) | 100.33º | 0.83% | 0.85% | - |
| XYZ | 29.59 | 51.67 | 10.08 | - |
| YUV | 159.3 | 58.41 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 36 | 0.56 | 0 | 0.83 | 0.15 | 100.33 | 0.71 | 0.49 |
| Hex | 5F | D8 | 24 | 38 | 0 | 53 | F | 64 | 47 | 31 |
| Octal | 137 | 330 | 44 | 70 | 0 | 123 | 17 | 144 | 107 | 61 |
| Binary | 1011111 | 11011000 | 100100 | 111000 | 0 | 1010011 | 1111 | 1100100 | 1000111 | 110001 |
Color Harmonies of #5FD824
Complementary color
Monochromatic Colors of #5FD824
Black with #5FD824
Text Example
Text Example
White with #5FD824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD824; }
p { color: rgb(95,216,36); }
H1.HeaderClassName
{
color: #5FD824;
}
.AnyTagClassName
{
color: #5FD824;
}
</style>
background-color css
<style>
a { background-color: #5FD824; }
a { background-color: rgb(95,216,36); }
div.DivClassName
{
background-color: #5FD824;
}
.BgClassName
{
background-color: #5FD824;
}
</style>
border-color css
<style>
span { border-color: #5FD824; }
span { border-color: rgb(95,216,36); }
td.TdClassName
{
border-color: #5FD824;
}
.TagClassName
{
border-color: #5FD824;
}
</style>