Shades of Kelly Green #5EDA1F
Tints of Kelly Green #5EDA1F
RGB
CMYK
RGB Variations
Color information
#5EDA1F (or 0x5EDA1F) is known color: Kelly Green. HEX triplet: 5E, DA and 1F. RGB value is (94,218,31). Sum of RGB (Red+Green+Blue) = 94+218+31=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDA1F is #A125E0. Grayscale: #A0A0A0. Windows color (decimal): -10560993 or 2087518. OLE color: 2087518.
HSL color Cylindrical-coordinate representation of color #5EDA1F: hue angle of 99.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EDA1F is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 31 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.15 |
| HSL | 99.79º | 0.75% | 0.49% | - |
| HSV(B) | 99.79º | 0.86% | 0.85% | - |
| XYZ | 29.93 | 52.62 | 9.88 | - |
| YUV | 159.61 | 55.42 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 31 | 0.57 | 0 | 0.86 | 0.15 | 99.79 | 0.75 | 0.49 |
| Hex | 5E | DA | 1F | 39 | 0 | 56 | F | 64 | 4B | 31 |
| Octal | 136 | 332 | 37 | 71 | 0 | 126 | 17 | 144 | 113 | 61 |
| Binary | 1011110 | 11011010 | 11111 | 111001 | 0 | 1010110 | 1111 | 1100100 | 1001011 | 110001 |
Color Harmonies of #5EDA1F
Complementary color
Monochromatic Colors of #5EDA1F
Black with #5EDA1F
Text Example
Text Example
White with #5EDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA1F; }
p { color: rgb(94,218,31); }
H1.HeaderClassName
{
color: #5EDA1F;
}
.AnyTagClassName
{
color: #5EDA1F;
}
</style>
background-color css
<style>
a { background-color: #5EDA1F; }
a { background-color: rgb(94,218,31); }
div.DivClassName
{
background-color: #5EDA1F;
}
.BgClassName
{
background-color: #5EDA1F;
}
</style>
border-color css
<style>
span { border-color: #5EDA1F; }
span { border-color: rgb(94,218,31); }
td.TdClassName
{
border-color: #5EDA1F;
}
.TagClassName
{
border-color: #5EDA1F;
}
</style>