Shades of Kelly Green #58BC28
Tints of Kelly Green #58BC28
RGB
CMYK
RGB Variations
Color information
#58BC28 (or 0x58BC28) is known color: Kelly Green. HEX triplet: 58, BC and 28. RGB value is (88,188,40). Sum of RGB (Red+Green+Blue) = 88+188+40=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC28 is #A743D7. Grayscale: #8D8D8D. Windows color (decimal): -10961880 or 2669656. OLE color: 2669656.
HSL color Cylindrical-coordinate representation of color #58BC28: hue angle of 100.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58BC28 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 40 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.26 |
| HSL | 100.54º | 0.65% | 0.45% | - |
| HSV(B) | 100.54º | 0.79% | 0.74% | - |
| XYZ | 22.39 | 38.19 | 8.2 | - |
| YUV | 141.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 40 | 0.53 | 0 | 0.79 | 0.26 | 100.54 | 0.65 | 0.45 |
| Hex | 58 | BC | 28 | 35 | 0 | 4F | 1A | 65 | 41 | 2D |
| Octal | 130 | 274 | 50 | 65 | 0 | 117 | 32 | 145 | 101 | 55 |
| Binary | 1011000 | 10111100 | 101000 | 110101 | 0 | 1001111 | 11010 | 1100101 | 1000001 | 101101 |
Color Harmonies of #58BC28
Complementary color
Monochromatic Colors of #58BC28
Black with #58BC28
Text Example
Text Example
White with #58BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC28; }
p { color: rgb(88,188,40); }
H1.HeaderClassName
{
color: #58BC28;
}
.AnyTagClassName
{
color: #58BC28;
}
</style>
background-color css
<style>
a { background-color: #58BC28; }
a { background-color: rgb(88,188,40); }
div.DivClassName
{
background-color: #58BC28;
}
.BgClassName
{
background-color: #58BC28;
}
</style>
border-color css
<style>
span { border-color: #58BC28; }
span { border-color: rgb(88,188,40); }
td.TdClassName
{
border-color: #58BC28;
}
.TagClassName
{
border-color: #58BC28;
}
</style>