Shades of Kelly Green #58DA2C
Tints of Kelly Green #58DA2C
RGB
CMYK
RGB Variations
Color information
#58DA2C (or 0x58DA2C) is known color: Kelly Green. HEX triplet: 58, DA and 2C. RGB value is (88,218,44). Sum of RGB (Red+Green+Blue) = 88+218+44=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #58DA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DA2C is #A725D3. Grayscale: #9F9F9F. Windows color (decimal): -10954196 or 2939480. OLE color: 2939480.
HSL color Cylindrical-coordinate representation of color #58DA2C: hue angle of 104.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58DA2C is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 44 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.15 |
| HSL | 104.83º | 0.7% | 0.51% | - |
| HSV(B) | 104.83º | 0.8% | 0.85% | - |
| XYZ | 29.55 | 52.4 | 10.94 | - |
| YUV | 159.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 44 | 0.60 | 0 | 0.80 | 0.15 | 104.83 | 0.7 | 0.51 |
| Hex | 58 | DA | 2C | 3C | 0 | 50 | F | 69 | 46 | 33 |
| Octal | 130 | 332 | 54 | 74 | 0 | 120 | 17 | 151 | 106 | 63 |
| Binary | 1011000 | 11011010 | 101100 | 111100 | 0 | 1010000 | 1111 | 1101001 | 1000110 | 110011 |
Color Harmonies of #58DA2C
Complementary color
Monochromatic Colors of #58DA2C
Black with #58DA2C
Text Example
Text Example
White with #58DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DA2C; }
p { color: rgb(88,218,44); }
H1.HeaderClassName
{
color: #58DA2C;
}
.AnyTagClassName
{
color: #58DA2C;
}
</style>
background-color css
<style>
a { background-color: #58DA2C; }
a { background-color: rgb(88,218,44); }
div.DivClassName
{
background-color: #58DA2C;
}
.BgClassName
{
background-color: #58DA2C;
}
</style>
border-color css
<style>
span { border-color: #58DA2C; }
span { border-color: rgb(88,218,44); }
td.TdClassName
{
border-color: #58DA2C;
}
.TagClassName
{
border-color: #58DA2C;
}
</style>