Shades of Kelly Green #58E014
Tints of Kelly Green #58E014
RGB
CMYK
RGB Variations
Color information
#58E014 (or 0x58E014) is known color: Kelly Green. HEX triplet: 58, E0 and 14. RGB value is (88,224,20). Sum of RGB (Red+Green+Blue) = 88+224+20=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #58E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58E014 is #A71FEB. Grayscale: #A0A0A0. Windows color (decimal): -10952684 or 1368152. OLE color: 1368152.
HSL color Cylindrical-coordinate representation of color #58E014: hue angle of 100º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58E014 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 224 | 20 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.12 |
| HSL | 100º | 0.84% | 0.48% | - |
| HSV(B) | 100º | 0.91% | 0.88% | - |
| XYZ | 30.81 | 55.44 | 9.74 | - |
| YUV | 160.08 | 48.94 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 224 | 20 | 0.61 | 0 | 0.91 | 0.12 | 100 | 0.84 | 0.48 |
| Hex | 58 | E0 | 14 | 3D | 0 | 5B | C | 64 | 54 | 30 |
| Octal | 130 | 340 | 24 | 75 | 0 | 133 | 14 | 144 | 124 | 60 |
| Binary | 1011000 | 11100000 | 10100 | 111101 | 0 | 1011011 | 1100 | 1100100 | 1010100 | 110000 |
Color Harmonies of #58E014
Complementary color
Monochromatic Colors of #58E014
Black with #58E014
Text Example
Text Example
White with #58E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E014; }
p { color: rgb(88,224,20); }
H1.HeaderClassName
{
color: #58E014;
}
.AnyTagClassName
{
color: #58E014;
}
</style>
background-color css
<style>
a { background-color: #58E014; }
a { background-color: rgb(88,224,20); }
div.DivClassName
{
background-color: #58E014;
}
.BgClassName
{
background-color: #58E014;
}
</style>
border-color css
<style>
span { border-color: #58E014; }
span { border-color: rgb(88,224,20); }
td.TdClassName
{
border-color: #58E014;
}
.TagClassName
{
border-color: #58E014;
}
</style>