Shades of Kelly Green #5ED60F
Tints of Kelly Green #5ED60F
RGB
CMYK
RGB Variations
Color information
#5ED60F (or 0x5ED60F) is known color: Kelly Green. HEX triplet: 5E, D6 and 0F. RGB value is (94,214,15). Sum of RGB (Red+Green+Blue) = 94+214+15=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED60F is #A129F0. Grayscale: #9C9C9C. Windows color (decimal): -10562033 or 1037918. OLE color: 1037918.
HSL color Cylindrical-coordinate representation of color #5ED60F: hue angle of 96.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5ED60F is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 15 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.16 |
| HSL | 96.18º | 0.87% | 0.45% | - |
| HSV(B) | 96.18º | 0.93% | 0.84% | - |
| XYZ | 28.75 | 50.51 | 8.69 | - |
| YUV | 155.43 | 48.74 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 15 | 0.56 | 0 | 0.93 | 0.16 | 96.18 | 0.87 | 0.45 |
| Hex | 5E | D6 | F | 38 | 0 | 5D | 10 | 60 | 57 | 2D |
| Octal | 136 | 326 | 17 | 70 | 0 | 135 | 20 | 140 | 127 | 55 |
| Binary | 1011110 | 11010110 | 1111 | 111000 | 0 | 1011101 | 10000 | 1100000 | 1010111 | 101101 |
Color Harmonies of #5ED60F
Complementary color
Monochromatic Colors of #5ED60F
Black with #5ED60F
Text Example
Text Example
White with #5ED60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED60F; }
p { color: rgb(94,214,15); }
H1.HeaderClassName
{
color: #5ED60F;
}
.AnyTagClassName
{
color: #5ED60F;
}
</style>
background-color css
<style>
a { background-color: #5ED60F; }
a { background-color: rgb(94,214,15); }
div.DivClassName
{
background-color: #5ED60F;
}
.BgClassName
{
background-color: #5ED60F;
}
</style>
border-color css
<style>
span { border-color: #5ED60F; }
span { border-color: rgb(94,214,15); }
td.TdClassName
{
border-color: #5ED60F;
}
.TagClassName
{
border-color: #5ED60F;
}
</style>