Shades of Kelly Green #58C202
Tints of Kelly Green #58C202
RGB
CMYK
RGB Variations
Color information
#58C202 (or 0x58C202) is known color: Kelly Green. HEX triplet: 58, C2 and 02. RGB value is (88,194,2). Sum of RGB (Red+Green+Blue) = 88+194+2=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #58C202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C202 is #A73DFD. Grayscale: #8D8D8D. Windows color (decimal): -10960382 or 180824. OLE color: 180824.
HSL color Cylindrical-coordinate representation of color #58C202: hue angle of 93.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58C202 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.24 |
| HSL | 93.13º | 0.98% | 0.38% | - |
| HSV(B) | 93.13º | 0.99% | 0.76% | - |
| XYZ | 23.33 | 40.66 | 6.68 | - |
| YUV | 140.42 | 49.88 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 2 | 0.55 | 0 | 0.99 | 0.24 | 93.13 | 0.98 | 0.38 |
| Hex | 58 | C2 | 2 | 37 | 0 | 63 | 18 | 5D | 62 | 26 |
| Octal | 130 | 302 | 2 | 67 | 0 | 143 | 30 | 135 | 142 | 46 |
| Binary | 1011000 | 11000010 | 10 | 110111 | 0 | 1100011 | 11000 | 1011101 | 1100010 | 100110 |
Color Harmonies of #58C202
Complementary color
Monochromatic Colors of #58C202
Black with #58C202
Text Example
Text Example
White with #58C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C202; }
p { color: rgb(88,194,2); }
H1.HeaderClassName
{
color: #58C202;
}
.AnyTagClassName
{
color: #58C202;
}
</style>
background-color css
<style>
a { background-color: #58C202; }
a { background-color: rgb(88,194,2); }
div.DivClassName
{
background-color: #58C202;
}
.BgClassName
{
background-color: #58C202;
}
</style>
border-color css
<style>
span { border-color: #58C202; }
span { border-color: rgb(88,194,2); }
td.TdClassName
{
border-color: #58C202;
}
.TagClassName
{
border-color: #58C202;
}
</style>