Shades of Kelly Green #5EC80F
Tints of Kelly Green #5EC80F
RGB
CMYK
RGB Variations
Color information
#5EC80F (or 0x5EC80F) is known color: Kelly Green. HEX triplet: 5E, C8 and 0F. RGB value is (94,200,15). Sum of RGB (Red+Green+Blue) = 94+200+15=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC80F is #A137F0. Grayscale: #939393. Windows color (decimal): -10565617 or 1034334. OLE color: 1034334.
HSL color Cylindrical-coordinate representation of color #5EC80F: hue angle of 94.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EC80F is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 15 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.22 |
| HSL | 94.38º | 0.86% | 0.42% | - |
| HSV(B) | 94.38º | 0.93% | 0.78% | - |
| XYZ | 25.36 | 43.72 | 7.55 | - |
| YUV | 147.22 | 53.38 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 15 | 0.53 | 0 | 0.92 | 0.22 | 94.38 | 0.86 | 0.42 |
| Hex | 5E | C8 | F | 35 | 0 | 5C | 16 | 5E | 56 | 2A |
| Octal | 136 | 310 | 17 | 65 | 0 | 134 | 26 | 136 | 126 | 52 |
| Binary | 1011110 | 11001000 | 1111 | 110101 | 0 | 1011100 | 10110 | 1011110 | 1010110 | 101010 |
Color Harmonies of #5EC80F
Complementary color
Monochromatic Colors of #5EC80F
Black with #5EC80F
Text Example
Text Example
White with #5EC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC80F; }
p { color: rgb(94,200,15); }
H1.HeaderClassName
{
color: #5EC80F;
}
.AnyTagClassName
{
color: #5EC80F;
}
</style>
background-color css
<style>
a { background-color: #5EC80F; }
a { background-color: rgb(94,200,15); }
div.DivClassName
{
background-color: #5EC80F;
}
.BgClassName
{
background-color: #5EC80F;
}
</style>
border-color css
<style>
span { border-color: #5EC80F; }
span { border-color: rgb(94,200,15); }
td.TdClassName
{
border-color: #5EC80F;
}
.TagClassName
{
border-color: #5EC80F;
}
</style>