Shades of Kelly Green #5EBF20
Tints of Kelly Green #5EBF20
RGB
CMYK
RGB Variations
Color information
#5EBF20 (or 0x5EBF20) is known color: Kelly Green. HEX triplet: 5E, BF and 20. RGB value is (94,191,32). Sum of RGB (Red+Green+Blue) = 94+191+32=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF20 is #A140DF. Grayscale: #909090. Windows color (decimal): -10567904 or 2146142. OLE color: 2146142.
HSL color Cylindrical-coordinate representation of color #5EBF20: hue angle of 96.6º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EBF20 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 32 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.25 |
| HSL | 96.6º | 0.71% | 0.44% | - |
| HSV(B) | 96.6º | 0.83% | 0.75% | - |
| XYZ | 23.51 | 39.75 | 7.8 | - |
| YUV | 143.87 | 64.86 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 32 | 0.51 | 0 | 0.83 | 0.25 | 96.6 | 0.71 | 0.44 |
| Hex | 5E | BF | 20 | 33 | 0 | 53 | 19 | 61 | 47 | 2C |
| Octal | 136 | 277 | 40 | 63 | 0 | 123 | 31 | 141 | 107 | 54 |
| Binary | 1011110 | 10111111 | 100000 | 110011 | 0 | 1010011 | 11001 | 1100001 | 1000111 | 101100 |
Color Harmonies of #5EBF20
Complementary color
Monochromatic Colors of #5EBF20
Black with #5EBF20
Text Example
Text Example
White with #5EBF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF20; }
p { color: rgb(94,191,32); }
H1.HeaderClassName
{
color: #5EBF20;
}
.AnyTagClassName
{
color: #5EBF20;
}
</style>
background-color css
<style>
a { background-color: #5EBF20; }
a { background-color: rgb(94,191,32); }
div.DivClassName
{
background-color: #5EBF20;
}
.BgClassName
{
background-color: #5EBF20;
}
</style>
border-color css
<style>
span { border-color: #5EBF20; }
span { border-color: rgb(94,191,32); }
td.TdClassName
{
border-color: #5EBF20;
}
.TagClassName
{
border-color: #5EBF20;
}
</style>