Shades of Kelly Green #58CE13
Tints of Kelly Green #58CE13
RGB
CMYK
RGB Variations
Color information
#58CE13 (or 0x58CE13) is known color: Kelly Green. HEX triplet: 58, CE and 13. RGB value is (88,206,19). Sum of RGB (Red+Green+Blue) = 88+206+19=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #58CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CE13 is #A731EC. Grayscale: #969696. Windows color (decimal): -10957293 or 1298008. OLE color: 1298008.
HSL color Cylindrical-coordinate representation of color #58CE13: hue angle of 97.86º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58CE13 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 206 | 19 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.19 |
| HSL | 97.86º | 0.83% | 0.44% | - |
| HSV(B) | 97.86º | 0.91% | 0.81% | - |
| XYZ | 26.21 | 46.26 | 8.16 | - |
| YUV | 149.4 | 54.41 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 19 | 0.57 | 0 | 0.91 | 0.19 | 97.86 | 0.83 | 0.44 |
| Hex | 58 | CE | 13 | 39 | 0 | 5B | 13 | 62 | 53 | 2C |
| Octal | 130 | 316 | 23 | 71 | 0 | 133 | 23 | 142 | 123 | 54 |
| Binary | 1011000 | 11001110 | 10011 | 111001 | 0 | 1011011 | 10011 | 1100010 | 1010011 | 101100 |
Color Harmonies of #58CE13
Complementary color
Monochromatic Colors of #58CE13
Black with #58CE13
Text Example
Text Example
White with #58CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CE13; }
p { color: rgb(88,206,19); }
H1.HeaderClassName
{
color: #58CE13;
}
.AnyTagClassName
{
color: #58CE13;
}
</style>
background-color css
<style>
a { background-color: #58CE13; }
a { background-color: rgb(88,206,19); }
div.DivClassName
{
background-color: #58CE13;
}
.BgClassName
{
background-color: #58CE13;
}
</style>
border-color css
<style>
span { border-color: #58CE13; }
span { border-color: rgb(88,206,19); }
td.TdClassName
{
border-color: #58CE13;
}
.TagClassName
{
border-color: #58CE13;
}
</style>