Shades of Kelly Green #58C023
Tints of Kelly Green #58C023
RGB
CMYK
RGB Variations
Color information
#58C023 (or 0x58C023) is known color: Kelly Green. HEX triplet: 58, C0 and 23. RGB value is (88,192,35). Sum of RGB (Red+Green+Blue) = 88+192+35=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #58C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C023 is #A73FDC. Grayscale: #8F8F8F. Windows color (decimal): -10960861 or 2343000. OLE color: 2343000.
HSL color Cylindrical-coordinate representation of color #58C023: hue angle of 99.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58C023 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 35 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.25 |
| HSL | 99.75º | 0.69% | 0.45% | - |
| HSV(B) | 99.75º | 0.82% | 0.75% | - |
| XYZ | 23.18 | 39.9 | 8.07 | - |
| YUV | 143.01 | 67.04 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 35 | 0.54 | 0 | 0.82 | 0.25 | 99.75 | 0.69 | 0.45 |
| Hex | 58 | C0 | 23 | 36 | 0 | 52 | 19 | 64 | 45 | 2D |
| Octal | 130 | 300 | 43 | 66 | 0 | 122 | 31 | 144 | 105 | 55 |
| Binary | 1011000 | 11000000 | 100011 | 110110 | 0 | 1010010 | 11001 | 1100100 | 1000101 | 101101 |
Color Harmonies of #58C023
Complementary color
Monochromatic Colors of #58C023
Black with #58C023
Text Example
Text Example
White with #58C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C023; }
p { color: rgb(88,192,35); }
H1.HeaderClassName
{
color: #58C023;
}
.AnyTagClassName
{
color: #58C023;
}
</style>
background-color css
<style>
a { background-color: #58C023; }
a { background-color: rgb(88,192,35); }
div.DivClassName
{
background-color: #58C023;
}
.BgClassName
{
background-color: #58C023;
}
</style>
border-color css
<style>
span { border-color: #58C023; }
span { border-color: rgb(88,192,35); }
td.TdClassName
{
border-color: #58C023;
}
.TagClassName
{
border-color: #58C023;
}
</style>