Shades of Kelly Green #5FD418
Tints of Kelly Green #5FD418
RGB
CMYK
RGB Variations
Color information
#5FD418 (or 0x5FD418) is known color: Kelly Green. HEX triplet: 5F, D4 and 18. RGB value is (95,212,24). Sum of RGB (Red+Green+Blue) = 95+212+24=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD418 is #A02BE7. Grayscale: #9C9C9C. Windows color (decimal): -10497000 or 1627231. OLE color: 1627231.
HSL color Cylindrical-coordinate representation of color #5FD418: hue angle of 97.34º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FD418 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 24 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.17 |
| HSL | 97.34º | 0.8% | 0.46% | - |
| HSV(B) | 97.34º | 0.89% | 0.83% | - |
| XYZ | 28.43 | 49.59 | 8.94 | - |
| YUV | 155.59 | 53.74 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 24 | 0.55 | 0 | 0.89 | 0.17 | 97.34 | 0.8 | 0.46 |
| Hex | 5F | D4 | 18 | 37 | 0 | 59 | 11 | 61 | 50 | 2E |
| Octal | 137 | 324 | 30 | 67 | 0 | 131 | 21 | 141 | 120 | 56 |
| Binary | 1011111 | 11010100 | 11000 | 110111 | 0 | 1011001 | 10001 | 1100001 | 1010000 | 101110 |
Color Harmonies of #5FD418
Complementary color
Monochromatic Colors of #5FD418
Black with #5FD418
Text Example
Text Example
White with #5FD418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD418; }
p { color: rgb(95,212,24); }
H1.HeaderClassName
{
color: #5FD418;
}
.AnyTagClassName
{
color: #5FD418;
}
</style>
background-color css
<style>
a { background-color: #5FD418; }
a { background-color: rgb(95,212,24); }
div.DivClassName
{
background-color: #5FD418;
}
.BgClassName
{
background-color: #5FD418;
}
</style>
border-color css
<style>
span { border-color: #5FD418; }
span { border-color: rgb(95,212,24); }
td.TdClassName
{
border-color: #5FD418;
}
.TagClassName
{
border-color: #5FD418;
}
</style>