Shades of Kelly Green #58DC28
Tints of Kelly Green #58DC28
RGB
CMYK
RGB Variations
Color information
#58DC28 (or 0x58DC28) is known color: Kelly Green. HEX triplet: 58, DC and 28. RGB value is (88,220,40). Sum of RGB (Red+Green+Blue) = 88+220+40=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC28 is #A723D7. Grayscale: #A0A0A0. Windows color (decimal): -10953688 or 2677848. OLE color: 2677848.
HSL color Cylindrical-coordinate representation of color #58DC28: hue angle of 104º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58DC28 is Cyan = 0.6, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 40 | - |
| CMYK | 0.6 | 0 | 0.82 | 0.14 |
| HSL | 104º | 0.72% | 0.51% | - |
| HSV(B) | 104º | 0.82% | 0.86% | - |
| XYZ | 30 | 53.41 | 10.74 | - |
| YUV | 160.01 | 60.27 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 40 | 0.6 | 0 | 0.82 | 0.14 | 104 | 0.72 | 0.51 |
| Hex | 58 | DC | 28 | 3C | 0 | 52 | E | 68 | 48 | 33 |
| Octal | 130 | 334 | 50 | 74 | 0 | 122 | 16 | 150 | 110 | 63 |
| Binary | 1011000 | 11011100 | 101000 | 111100 | 0 | 1010010 | 1110 | 1101000 | 1001000 | 110011 |
Color Harmonies of #58DC28
Complementary color
Monochromatic Colors of #58DC28
Black with #58DC28
Text Example
Text Example
White with #58DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC28; }
p { color: rgb(88,220,40); }
H1.HeaderClassName
{
color: #58DC28;
}
.AnyTagClassName
{
color: #58DC28;
}
</style>
background-color css
<style>
a { background-color: #58DC28; }
a { background-color: rgb(88,220,40); }
div.DivClassName
{
background-color: #58DC28;
}
.BgClassName
{
background-color: #58DC28;
}
</style>
border-color css
<style>
span { border-color: #58DC28; }
span { border-color: rgb(88,220,40); }
td.TdClassName
{
border-color: #58DC28;
}
.TagClassName
{
border-color: #58DC28;
}
</style>