Shades of Kelly Green #58C314
Tints of Kelly Green #58C314
RGB
CMYK
RGB Variations
Color information
#58C314 (or 0x58C314) is known color: Kelly Green. HEX triplet: 58, C3 and 14. RGB value is (88,195,20). Sum of RGB (Red+Green+Blue) = 88+195+20=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #58C314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C314 is #A73CEB. Grayscale: #8F8F8F. Windows color (decimal): -10960108 or 1360728. OLE color: 1360728.
HSL color Cylindrical-coordinate representation of color #58C314: hue angle of 96.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58C314 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 20 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.24 |
| HSL | 96.69º | 0.81% | 0.42% | - |
| HSV(B) | 96.69º | 0.9% | 0.76% | - |
| XYZ | 23.67 | 41.16 | 7.36 | - |
| YUV | 143.06 | 58.55 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 20 | 0.55 | 0 | 0.90 | 0.24 | 96.69 | 0.81 | 0.42 |
| Hex | 58 | C3 | 14 | 37 | 0 | 5A | 18 | 61 | 51 | 2A |
| Octal | 130 | 303 | 24 | 67 | 0 | 132 | 30 | 141 | 121 | 52 |
| Binary | 1011000 | 11000011 | 10100 | 110111 | 0 | 1011010 | 11000 | 1100001 | 1010001 | 101010 |
Color Harmonies of #58C314
Complementary color
Monochromatic Colors of #58C314
Black with #58C314
Text Example
Text Example
White with #58C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C314; }
p { color: rgb(88,195,20); }
H1.HeaderClassName
{
color: #58C314;
}
.AnyTagClassName
{
color: #58C314;
}
</style>
background-color css
<style>
a { background-color: #58C314; }
a { background-color: rgb(88,195,20); }
div.DivClassName
{
background-color: #58C314;
}
.BgClassName
{
background-color: #58C314;
}
</style>
border-color css
<style>
span { border-color: #58C314; }
span { border-color: rgb(88,195,20); }
td.TdClassName
{
border-color: #58C314;
}
.TagClassName
{
border-color: #58C314;
}
</style>