Shades of Kelly Green #5EDD1F
Tints of Kelly Green #5EDD1F
RGB
CMYK
RGB Variations
Color information
#5EDD1F (or 0x5EDD1F) is known color: Kelly Green. HEX triplet: 5E, DD and 1F. RGB value is (94,221,31). Sum of RGB (Red+Green+Blue) = 94+221+31=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDD1F is #A122E0. Grayscale: #A1A1A1. Windows color (decimal): -10560225 or 2088286. OLE color: 2088286.
HSL color Cylindrical-coordinate representation of color #5EDD1F: hue angle of 100.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EDD1F is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 31 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.13 |
| HSL | 100.11º | 0.75% | 0.49% | - |
| HSV(B) | 100.11º | 0.86% | 0.87% | - |
| XYZ | 30.72 | 54.19 | 10.14 | - |
| YUV | 161.37 | 54.42 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 31 | 0.57 | 0 | 0.86 | 0.13 | 100.11 | 0.75 | 0.49 |
| Hex | 5E | DD | 1F | 39 | 0 | 56 | D | 64 | 4B | 31 |
| Octal | 136 | 335 | 37 | 71 | 0 | 126 | 15 | 144 | 113 | 61 |
| Binary | 1011110 | 11011101 | 11111 | 111001 | 0 | 1010110 | 1101 | 1100100 | 1001011 | 110001 |
Color Harmonies of #5EDD1F
Complementary color
Monochromatic Colors of #5EDD1F
Black with #5EDD1F
Text Example
Text Example
White with #5EDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD1F; }
p { color: rgb(94,221,31); }
H1.HeaderClassName
{
color: #5EDD1F;
}
.AnyTagClassName
{
color: #5EDD1F;
}
</style>
background-color css
<style>
a { background-color: #5EDD1F; }
a { background-color: rgb(94,221,31); }
div.DivClassName
{
background-color: #5EDD1F;
}
.BgClassName
{
background-color: #5EDD1F;
}
</style>
border-color css
<style>
span { border-color: #5EDD1F; }
span { border-color: rgb(94,221,31); }
td.TdClassName
{
border-color: #5EDD1F;
}
.TagClassName
{
border-color: #5EDD1F;
}
</style>