Shades of Kelly Green #58DD2C
Tints of Kelly Green #58DD2C
RGB
CMYK
RGB Variations
Color information
#58DD2C (or 0x58DD2C) is known color: Kelly Green. HEX triplet: 58, DD and 2C. RGB value is (88,221,44). Sum of RGB (Red+Green+Blue) = 88+221+44=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD2C is #A722D3. Grayscale: #A1A1A1. Windows color (decimal): -10953428 or 2940248. OLE color: 2940248.
HSL color Cylindrical-coordinate representation of color #58DD2C: hue angle of 105.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58DD2C is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 44 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.13 |
| HSL | 105.08º | 0.72% | 0.52% | - |
| HSV(B) | 105.08º | 0.8% | 0.87% | - |
| XYZ | 30.34 | 53.97 | 11.2 | - |
| YUV | 161.06 | 61.94 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 44 | 0.60 | 0 | 0.80 | 0.13 | 105.08 | 0.72 | 0.52 |
| Hex | 58 | DD | 2C | 3C | 0 | 50 | D | 69 | 48 | 34 |
| Octal | 130 | 335 | 54 | 74 | 0 | 120 | 15 | 151 | 110 | 64 |
| Binary | 1011000 | 11011101 | 101100 | 111100 | 0 | 1010000 | 1101 | 1101001 | 1001000 | 110100 |
Color Harmonies of #58DD2C
Complementary color
Monochromatic Colors of #58DD2C
Black with #58DD2C
Text Example
Text Example
White with #58DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD2C; }
p { color: rgb(88,221,44); }
H1.HeaderClassName
{
color: #58DD2C;
}
.AnyTagClassName
{
color: #58DD2C;
}
</style>
background-color css
<style>
a { background-color: #58DD2C; }
a { background-color: rgb(88,221,44); }
div.DivClassName
{
background-color: #58DD2C;
}
.BgClassName
{
background-color: #58DD2C;
}
</style>
border-color css
<style>
span { border-color: #58DD2C; }
span { border-color: rgb(88,221,44); }
td.TdClassName
{
border-color: #58DD2C;
}
.TagClassName
{
border-color: #58DD2C;
}
</style>