Shades of Kelly Green #58DC25
Tints of Kelly Green #58DC25
RGB
CMYK
RGB Variations
Color information
#58DC25 (or 0x58DC25) is known color: Kelly Green. HEX triplet: 58, DC and 25. RGB value is (88,220,37). Sum of RGB (Red+Green+Blue) = 88+220+37=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC25 is #A723DA. Grayscale: #A0A0A0. Windows color (decimal): -10953691 or 2481240. OLE color: 2481240.
HSL color Cylindrical-coordinate representation of color #58DC25: hue angle of 103.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58DC25 is Cyan = 0.6, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 37 | - |
| CMYK | 0.6 | 0 | 0.83 | 0.14 |
| HSL | 103.28º | 0.72% | 0.5% | - |
| HSV(B) | 103.28º | 0.83% | 0.86% | - |
| XYZ | 29.95 | 53.39 | 10.48 | - |
| YUV | 159.67 | 58.77 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 37 | 0.6 | 0 | 0.83 | 0.14 | 103.28 | 0.72 | 0.5 |
| Hex | 58 | DC | 25 | 3C | 0 | 53 | E | 67 | 48 | 32 |
| Octal | 130 | 334 | 45 | 74 | 0 | 123 | 16 | 147 | 110 | 62 |
| Binary | 1011000 | 11011100 | 100101 | 111100 | 0 | 1010011 | 1110 | 1100111 | 1001000 | 110010 |
Color Harmonies of #58DC25
Complementary color
Monochromatic Colors of #58DC25
Black with #58DC25
Text Example
Text Example
White with #58DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC25; }
p { color: rgb(88,220,37); }
H1.HeaderClassName
{
color: #58DC25;
}
.AnyTagClassName
{
color: #58DC25;
}
</style>
background-color css
<style>
a { background-color: #58DC25; }
a { background-color: rgb(88,220,37); }
div.DivClassName
{
background-color: #58DC25;
}
.BgClassName
{
background-color: #58DC25;
}
</style>
border-color css
<style>
span { border-color: #58DC25; }
span { border-color: rgb(88,220,37); }
td.TdClassName
{
border-color: #58DC25;
}
.TagClassName
{
border-color: #58DC25;
}
</style>