Shades of Kelly Green #5ED727
Tints of Kelly Green #5ED727
RGB
CMYK
RGB Variations
Color information
#5ED727 (or 0x5ED727) is known color: Kelly Green. HEX triplet: 5E, D7 and 27. RGB value is (94,215,39). Sum of RGB (Red+Green+Blue) = 94+215+39=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED727 is #A128D8. Grayscale: #9F9F9F. Windows color (decimal): -10561753 or 2611038. OLE color: 2611038.
HSL color Cylindrical-coordinate representation of color #5ED727: hue angle of 101.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5ED727 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 39 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.16 |
| HSL | 101.25º | 0.69% | 0.5% | - |
| HSV(B) | 101.25º | 0.82% | 0.84% | - |
| XYZ | 29.28 | 51.13 | 10.24 | - |
| YUV | 158.76 | 60.41 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 39 | 0.56 | 0 | 0.82 | 0.16 | 101.25 | 0.69 | 0.5 |
| Hex | 5E | D7 | 27 | 38 | 0 | 52 | 10 | 65 | 45 | 32 |
| Octal | 136 | 327 | 47 | 70 | 0 | 122 | 20 | 145 | 105 | 62 |
| Binary | 1011110 | 11010111 | 100111 | 111000 | 0 | 1010010 | 10000 | 1100101 | 1000101 | 110010 |
Color Harmonies of #5ED727
Complementary color
Monochromatic Colors of #5ED727
Black with #5ED727
Text Example
Text Example
White with #5ED727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED727; }
p { color: rgb(94,215,39); }
H1.HeaderClassName
{
color: #5ED727;
}
.AnyTagClassName
{
color: #5ED727;
}
</style>
background-color css
<style>
a { background-color: #5ED727; }
a { background-color: rgb(94,215,39); }
div.DivClassName
{
background-color: #5ED727;
}
.BgClassName
{
background-color: #5ED727;
}
</style>
border-color css
<style>
span { border-color: #5ED727; }
span { border-color: rgb(94,215,39); }
td.TdClassName
{
border-color: #5ED727;
}
.TagClassName
{
border-color: #5ED727;
}
</style>