Shades of Kelly Green #58C602
Tints of Kelly Green #58C602
RGB
CMYK
RGB Variations
Color information
#58C602 (or 0x58C602) is known color: Kelly Green. HEX triplet: 58, C6 and 02. RGB value is (88,198,2). Sum of RGB (Red+Green+Blue) = 88+198+2=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #58C602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C602 is #A739FD. Grayscale: #8F8F8F. Windows color (decimal): -10959358 or 181848. OLE color: 181848.
HSL color Cylindrical-coordinate representation of color #58C602: hue angle of 93.67º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58C602 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.22 |
| HSL | 93.67º | 0.98% | 0.39% | - |
| HSV(B) | 93.67º | 0.99% | 0.78% | - |
| XYZ | 24.23 | 42.47 | 6.98 | - |
| YUV | 142.77 | 48.56 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 2 | 0.56 | 0 | 0.99 | 0.22 | 93.67 | 0.98 | 0.39 |
| Hex | 58 | C6 | 2 | 38 | 0 | 63 | 16 | 5E | 62 | 27 |
| Octal | 130 | 306 | 2 | 70 | 0 | 143 | 26 | 136 | 142 | 47 |
| Binary | 1011000 | 11000110 | 10 | 111000 | 0 | 1100011 | 10110 | 1011110 | 1100010 | 100111 |
Color Harmonies of #58C602
Complementary color
Monochromatic Colors of #58C602
Black with #58C602
Text Example
Text Example
White with #58C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C602; }
p { color: rgb(88,198,2); }
H1.HeaderClassName
{
color: #58C602;
}
.AnyTagClassName
{
color: #58C602;
}
</style>
background-color css
<style>
a { background-color: #58C602; }
a { background-color: rgb(88,198,2); }
div.DivClassName
{
background-color: #58C602;
}
.BgClassName
{
background-color: #58C602;
}
</style>
border-color css
<style>
span { border-color: #58C602; }
span { border-color: rgb(88,198,2); }
td.TdClassName
{
border-color: #58C602;
}
.TagClassName
{
border-color: #58C602;
}
</style>