Shades of Kelly Green #5EDC30
Tints of Kelly Green #5EDC30
RGB
CMYK
RGB Variations
Color information
#5EDC30 (or 0x5EDC30) is known color: Kelly Green. HEX triplet: 5E, DC and 30. RGB value is (94,220,48). Sum of RGB (Red+Green+Blue) = 94+220+48=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDC30 is #A123CF. Grayscale: #A3A3A3. Windows color (decimal): -10560464 or 3202142. OLE color: 3202142.
HSL color Cylindrical-coordinate representation of color #5EDC30: hue angle of 103.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EDC30 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 48 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.14 |
| HSL | 103.95º | 0.71% | 0.53% | - |
| HSV(B) | 103.95º | 0.78% | 0.86% | - |
| XYZ | 30.74 | 53.78 | 11.56 | - |
| YUV | 162.72 | 63.26 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 48 | 0.57 | 0 | 0.78 | 0.14 | 103.95 | 0.71 | 0.53 |
| Hex | 5E | DC | 30 | 39 | 0 | 4E | E | 68 | 47 | 35 |
| Octal | 136 | 334 | 60 | 71 | 0 | 116 | 16 | 150 | 107 | 65 |
| Binary | 1011110 | 11011100 | 110000 | 111001 | 0 | 1001110 | 1110 | 1101000 | 1000111 | 110101 |
Color Harmonies of #5EDC30
Complementary color
Monochromatic Colors of #5EDC30
Black with #5EDC30
Text Example
Text Example
White with #5EDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC30; }
p { color: rgb(94,220,48); }
H1.HeaderClassName
{
color: #5EDC30;
}
.AnyTagClassName
{
color: #5EDC30;
}
</style>
background-color css
<style>
a { background-color: #5EDC30; }
a { background-color: rgb(94,220,48); }
div.DivClassName
{
background-color: #5EDC30;
}
.BgClassName
{
background-color: #5EDC30;
}
</style>
border-color css
<style>
span { border-color: #5EDC30; }
span { border-color: rgb(94,220,48); }
td.TdClassName
{
border-color: #5EDC30;
}
.TagClassName
{
border-color: #5EDC30;
}
</style>