Shades of Kelly Green #58CA14
Tints of Kelly Green #58CA14
RGB
CMYK
RGB Variations
Color information
#58CA14 (or 0x58CA14) is known color: Kelly Green. HEX triplet: 58, CA and 14. RGB value is (88,202,20). Sum of RGB (Red+Green+Blue) = 88+202+20=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CA14 is #A735EB. Grayscale: #939393. Windows color (decimal): -10958316 or 1362520. OLE color: 1362520.
HSL color Cylindrical-coordinate representation of color #58CA14: hue angle of 97.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58CA14 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 20 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.21 |
| HSL | 97.58º | 0.82% | 0.44% | - |
| HSV(B) | 97.58º | 0.9% | 0.79% | - |
| XYZ | 25.27 | 44.37 | 7.89 | - |
| YUV | 147.17 | 56.23 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 20 | 0.56 | 0 | 0.90 | 0.21 | 97.58 | 0.82 | 0.44 |
| Hex | 58 | CA | 14 | 38 | 0 | 5A | 15 | 62 | 52 | 2C |
| Octal | 130 | 312 | 24 | 70 | 0 | 132 | 25 | 142 | 122 | 54 |
| Binary | 1011000 | 11001010 | 10100 | 111000 | 0 | 1011010 | 10101 | 1100010 | 1010010 | 101100 |
Color Harmonies of #58CA14
Complementary color
Monochromatic Colors of #58CA14
Black with #58CA14
Text Example
Text Example
White with #58CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA14; }
p { color: rgb(88,202,20); }
H1.HeaderClassName
{
color: #58CA14;
}
.AnyTagClassName
{
color: #58CA14;
}
</style>
background-color css
<style>
a { background-color: #58CA14; }
a { background-color: rgb(88,202,20); }
div.DivClassName
{
background-color: #58CA14;
}
.BgClassName
{
background-color: #58CA14;
}
</style>
border-color css
<style>
span { border-color: #58CA14; }
span { border-color: rgb(88,202,20); }
td.TdClassName
{
border-color: #58CA14;
}
.TagClassName
{
border-color: #58CA14;
}
</style>