Shades of Kelly Green #5ED427
Tints of Kelly Green #5ED427
RGB
CMYK
RGB Variations
Color information
#5ED427 (or 0x5ED427) is known color: Kelly Green. HEX triplet: 5E, D4 and 27. RGB value is (94,212,39). Sum of RGB (Red+Green+Blue) = 94+212+39=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED427 is #A12BD8. Grayscale: #9D9D9D. Windows color (decimal): -10562521 or 2610270. OLE color: 2610270.
HSL color Cylindrical-coordinate representation of color #5ED427: hue angle of 100.92º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5ED427 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 39 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.17 |
| HSL | 100.92º | 0.69% | 0.49% | - |
| HSV(B) | 100.92º | 0.82% | 0.83% | - |
| XYZ | 28.53 | 49.61 | 9.99 | - |
| YUV | 157 | 61.41 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 39 | 0.56 | 0 | 0.82 | 0.17 | 100.92 | 0.69 | 0.49 |
| Hex | 5E | D4 | 27 | 38 | 0 | 52 | 11 | 65 | 45 | 31 |
| Octal | 136 | 324 | 47 | 70 | 0 | 122 | 21 | 145 | 105 | 61 |
| Binary | 1011110 | 11010100 | 100111 | 111000 | 0 | 1010010 | 10001 | 1100101 | 1000101 | 110001 |
Color Harmonies of #5ED427
Complementary color
Monochromatic Colors of #5ED427
Black with #5ED427
Text Example
Text Example
White with #5ED427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED427; }
p { color: rgb(94,212,39); }
H1.HeaderClassName
{
color: #5ED427;
}
.AnyTagClassName
{
color: #5ED427;
}
</style>
background-color css
<style>
a { background-color: #5ED427; }
a { background-color: rgb(94,212,39); }
div.DivClassName
{
background-color: #5ED427;
}
.BgClassName
{
background-color: #5ED427;
}
</style>
border-color css
<style>
span { border-color: #5ED427; }
span { border-color: rgb(94,212,39); }
td.TdClassName
{
border-color: #5ED427;
}
.TagClassName
{
border-color: #5ED427;
}
</style>