Shades of Kelly Green #58DC1E
Tints of Kelly Green #58DC1E
RGB
CMYK
RGB Variations
Color information
#58DC1E (or 0x58DC1E) is known color: Kelly Green. HEX triplet: 58, DC and 1E. RGB value is (88,220,30). Sum of RGB (Red+Green+Blue) = 88+220+30=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC1E is #A723E1. Grayscale: #9F9F9F. Windows color (decimal): -10953698 or 2022488. OLE color: 2022488.
HSL color Cylindrical-coordinate representation of color #58DC1E: hue angle of 101.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58DC1E is Cyan = 0.6, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 30 | - |
| CMYK | 0.6 | 0 | 0.86 | 0.14 |
| HSL | 101.68º | 0.76% | 0.49% | - |
| HSV(B) | 101.68º | 0.86% | 0.86% | - |
| XYZ | 29.85 | 53.35 | 9.95 | - |
| YUV | 158.87 | 55.27 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 30 | 0.6 | 0 | 0.86 | 0.14 | 101.68 | 0.76 | 0.49 |
| Hex | 58 | DC | 1E | 3C | 0 | 56 | E | 66 | 4C | 31 |
| Octal | 130 | 334 | 36 | 74 | 0 | 126 | 16 | 146 | 114 | 61 |
| Binary | 1011000 | 11011100 | 11110 | 111100 | 0 | 1010110 | 1110 | 1100110 | 1001100 | 110001 |
Color Harmonies of #58DC1E
Complementary color
Monochromatic Colors of #58DC1E
Black with #58DC1E
Text Example
Text Example
White with #58DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC1E; }
p { color: rgb(88,220,30); }
H1.HeaderClassName
{
color: #58DC1E;
}
.AnyTagClassName
{
color: #58DC1E;
}
</style>
background-color css
<style>
a { background-color: #58DC1E; }
a { background-color: rgb(88,220,30); }
div.DivClassName
{
background-color: #58DC1E;
}
.BgClassName
{
background-color: #58DC1E;
}
</style>
border-color css
<style>
span { border-color: #58DC1E; }
span { border-color: rgb(88,220,30); }
td.TdClassName
{
border-color: #58DC1E;
}
.TagClassName
{
border-color: #58DC1E;
}
</style>