Shades of Kelly Green #58C006
Tints of Kelly Green #58C006
RGB
CMYK
RGB Variations
Color information
#58C006 (or 0x58C006) is known color: Kelly Green. HEX triplet: 58, C0 and 06. RGB value is (88,192,6). Sum of RGB (Red+Green+Blue) = 88+192+6=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #58C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C006 is #A73FF9. Grayscale: #8C8C8C. Windows color (decimal): -10960890 or 442456. OLE color: 442456.
HSL color Cylindrical-coordinate representation of color #58C006: hue angle of 93.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58C006 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 6 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.25 |
| HSL | 93.55º | 0.94% | 0.39% | - |
| HSV(B) | 93.55º | 0.97% | 0.75% | - |
| XYZ | 22.91 | 39.79 | 6.64 | - |
| YUV | 139.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 6 | 0.54 | 0 | 0.97 | 0.25 | 93.55 | 0.94 | 0.39 |
| Hex | 58 | C0 | 6 | 36 | 0 | 61 | 19 | 5E | 5E | 27 |
| Octal | 130 | 300 | 6 | 66 | 0 | 141 | 31 | 136 | 136 | 47 |
| Binary | 1011000 | 11000000 | 110 | 110110 | 0 | 1100001 | 11001 | 1011110 | 1011110 | 100111 |
Color Harmonies of #58C006
Complementary color
Monochromatic Colors of #58C006
Black with #58C006
Text Example
Text Example
White with #58C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C006; }
p { color: rgb(88,192,6); }
H1.HeaderClassName
{
color: #58C006;
}
.AnyTagClassName
{
color: #58C006;
}
</style>
background-color css
<style>
a { background-color: #58C006; }
a { background-color: rgb(88,192,6); }
div.DivClassName
{
background-color: #58C006;
}
.BgClassName
{
background-color: #58C006;
}
</style>
border-color css
<style>
span { border-color: #58C006; }
span { border-color: rgb(88,192,6); }
td.TdClassName
{
border-color: #58C006;
}
.TagClassName
{
border-color: #58C006;
}
</style>