Shades of Kelly Green #5ED601
Tints of Kelly Green #5ED601
RGB
CMYK
RGB Variations
Color information
#5ED601 (or 0x5ED601) is known color: Kelly Green. HEX triplet: 5E, D6 and 01. RGB value is (94,214,1). Sum of RGB (Red+Green+Blue) = 94+214+1=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED601 is #A129FE. Grayscale: #9A9A9A. Windows color (decimal): -10562047 or 120414. OLE color: 120414.
HSL color Cylindrical-coordinate representation of color #5ED601: hue angle of 93.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ED601 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.16 |
| HSL | 93.8º | 0.99% | 0.42% | - |
| HSV(B) | 93.8º | 1% | 0.84% | - |
| XYZ | 28.67 | 50.48 | 8.26 | - |
| YUV | 153.84 | 41.74 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 1 | 0.56 | 0 | 1.00 | 0.16 | 93.8 | 0.99 | 0.42 |
| Hex | 5E | D6 | 1 | 38 | 0 | 64 | 10 | 5E | 63 | 2A |
| Octal | 136 | 326 | 1 | 70 | 0 | 144 | 20 | 136 | 143 | 52 |
| Binary | 1011110 | 11010110 | 1 | 111000 | 0 | 1100100 | 10000 | 1011110 | 1100011 | 101010 |
Color Harmonies of #5ED601
Complementary color
Monochromatic Colors of #5ED601
Black with #5ED601
Text Example
Text Example
White with #5ED601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED601; }
p { color: rgb(94,214,1); }
H1.HeaderClassName
{
color: #5ED601;
}
.AnyTagClassName
{
color: #5ED601;
}
</style>
background-color css
<style>
a { background-color: #5ED601; }
a { background-color: rgb(94,214,1); }
div.DivClassName
{
background-color: #5ED601;
}
.BgClassName
{
background-color: #5ED601;
}
</style>
border-color css
<style>
span { border-color: #5ED601; }
span { border-color: rgb(94,214,1); }
td.TdClassName
{
border-color: #5ED601;
}
.TagClassName
{
border-color: #5ED601;
}
</style>