Shades of Kelly Green #5EDB30
Tints of Kelly Green #5EDB30
RGB
CMYK
RGB Variations
Color information
#5EDB30 (or 0x5EDB30) is known color: Kelly Green. HEX triplet: 5E, DB and 30. RGB value is (94,219,48). Sum of RGB (Red+Green+Blue) = 94+219+48=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDB30 is #A124CF. Grayscale: #A2A2A2. Windows color (decimal): -10560720 or 3201886. OLE color: 3201886.
HSL color Cylindrical-coordinate representation of color #5EDB30: hue angle of 103.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EDB30 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 48 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.14 |
| HSL | 103.86º | 0.7% | 0.52% | - |
| HSV(B) | 103.86º | 0.78% | 0.86% | - |
| XYZ | 30.48 | 53.26 | 11.47 | - |
| YUV | 162.13 | 63.59 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 48 | 0.57 | 0 | 0.78 | 0.14 | 103.86 | 0.7 | 0.52 |
| Hex | 5E | DB | 30 | 39 | 0 | 4E | E | 68 | 46 | 34 |
| Octal | 136 | 333 | 60 | 71 | 0 | 116 | 16 | 150 | 106 | 64 |
| Binary | 1011110 | 11011011 | 110000 | 111001 | 0 | 1001110 | 1110 | 1101000 | 1000110 | 110100 |
Color Harmonies of #5EDB30
Complementary color
Monochromatic Colors of #5EDB30
Black with #5EDB30
Text Example
Text Example
White with #5EDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB30; }
p { color: rgb(94,219,48); }
H1.HeaderClassName
{
color: #5EDB30;
}
.AnyTagClassName
{
color: #5EDB30;
}
</style>
background-color css
<style>
a { background-color: #5EDB30; }
a { background-color: rgb(94,219,48); }
div.DivClassName
{
background-color: #5EDB30;
}
.BgClassName
{
background-color: #5EDB30;
}
</style>
border-color css
<style>
span { border-color: #5EDB30; }
span { border-color: rgb(94,219,48); }
td.TdClassName
{
border-color: #5EDB30;
}
.TagClassName
{
border-color: #5EDB30;
}
</style>