Shades of Kelly Green #58CC2C
Tints of Kelly Green #58CC2C
RGB
CMYK
RGB Variations
Color information
#58CC2C (or 0x58CC2C) is known color: Kelly Green. HEX triplet: 58, CC and 2C. RGB value is (88,204,44). Sum of RGB (Red+Green+Blue) = 88+204+44=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CC2C is #A733D3. Grayscale: #979797. Windows color (decimal): -10957780 or 2935896. OLE color: 2935896.
HSL color Cylindrical-coordinate representation of color #58CC2C: hue angle of 103.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58CC2C is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 44 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.2 |
| HSL | 103.5º | 0.65% | 0.49% | - |
| HSV(B) | 103.5º | 0.78% | 0.8% | - |
| XYZ | 26.07 | 45.44 | 9.78 | - |
| YUV | 151.08 | 67.57 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 44 | 0.57 | 0 | 0.78 | 0.2 | 103.5 | 0.65 | 0.49 |
| Hex | 58 | CC | 2C | 39 | 0 | 4E | 14 | 68 | 41 | 31 |
| Octal | 130 | 314 | 54 | 71 | 0 | 116 | 24 | 150 | 101 | 61 |
| Binary | 1011000 | 11001100 | 101100 | 111001 | 0 | 1001110 | 10100 | 1101000 | 1000001 | 110001 |
Color Harmonies of #58CC2C
Complementary color
Monochromatic Colors of #58CC2C
Black with #58CC2C
Text Example
Text Example
White with #58CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CC2C; }
p { color: rgb(88,204,44); }
H1.HeaderClassName
{
color: #58CC2C;
}
.AnyTagClassName
{
color: #58CC2C;
}
</style>
background-color css
<style>
a { background-color: #58CC2C; }
a { background-color: rgb(88,204,44); }
div.DivClassName
{
background-color: #58CC2C;
}
.BgClassName
{
background-color: #58CC2C;
}
</style>
border-color css
<style>
span { border-color: #58CC2C; }
span { border-color: rgb(88,204,44); }
td.TdClassName
{
border-color: #58CC2C;
}
.TagClassName
{
border-color: #58CC2C;
}
</style>