Shades of Kelly Green #58C527
Tints of Kelly Green #58C527
RGB
CMYK
RGB Variations
Color information
#58C527 (or 0x58C527) is known color: Kelly Green. HEX triplet: 58, C5 and 27. RGB value is (88,197,39). Sum of RGB (Red+Green+Blue) = 88+197+39=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #58C527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C527 is #A73AD8. Grayscale: #929292. Windows color (decimal): -10959577 or 2606424. OLE color: 2606424.
HSL color Cylindrical-coordinate representation of color #58C527: hue angle of 101.39º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58C527 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 39 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.23 |
| HSL | 101.39º | 0.67% | 0.46% | - |
| HSV(B) | 101.39º | 0.8% | 0.77% | - |
| XYZ | 24.36 | 42.15 | 8.77 | - |
| YUV | 146.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 39 | 0.55 | 0 | 0.80 | 0.23 | 101.39 | 0.67 | 0.46 |
| Hex | 58 | C5 | 27 | 37 | 0 | 50 | 17 | 65 | 43 | 2E |
| Octal | 130 | 305 | 47 | 67 | 0 | 120 | 27 | 145 | 103 | 56 |
| Binary | 1011000 | 11000101 | 100111 | 110111 | 0 | 1010000 | 10111 | 1100101 | 1000011 | 101110 |
Color Harmonies of #58C527
Complementary color
Monochromatic Colors of #58C527
Black with #58C527
Text Example
Text Example
White with #58C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C527; }
p { color: rgb(88,197,39); }
H1.HeaderClassName
{
color: #58C527;
}
.AnyTagClassName
{
color: #58C527;
}
</style>
background-color css
<style>
a { background-color: #58C527; }
a { background-color: rgb(88,197,39); }
div.DivClassName
{
background-color: #58C527;
}
.BgClassName
{
background-color: #58C527;
}
</style>
border-color css
<style>
span { border-color: #58C527; }
span { border-color: rgb(88,197,39); }
td.TdClassName
{
border-color: #58C527;
}
.TagClassName
{
border-color: #58C527;
}
</style>