Shades of Pastel Green #58DB60
Tints of Pastel Green #58DB60
RGB
CMYK
RGB Variations
Color information
#58DB60 (or 0x58DB60) is known color: Pastel Green. HEX triplet: 58, DB and 60. RGB value is (88,219,96). Sum of RGB (Red+Green+Blue) = 88+219+96=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DB60 is #A7249F. Grayscale: #A6A6A6. Windows color (decimal): -10953888 or 6347608. OLE color: 6347608.
HSL color Cylindrical-coordinate representation of color #58DB60: hue angle of 123.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DB60 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 96 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.14 |
| HSL | 123.66º | 0.65% | 0.6% | - |
| HSV(B) | 123.66º | 0.6% | 0.86% | - |
| XYZ | 31.47 | 53.58 | 19.75 | - |
| YUV | 165.81 | 88.6 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 96 | 0.60 | 0 | 0.56 | 0.14 | 123.66 | 0.65 | 0.6 |
| Hex | 58 | DB | 60 | 3C | 0 | 38 | E | 7C | 41 | 3C |
| Octal | 130 | 333 | 140 | 74 | 0 | 70 | 16 | 174 | 101 | 74 |
| Binary | 1011000 | 11011011 | 1100000 | 111100 | 0 | 111000 | 1110 | 1111100 | 1000001 | 111100 |
Color Harmonies of #58DB60
Complementary color
Monochromatic Colors of #58DB60
Black with #58DB60
Text Example
Text Example
White with #58DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DB60; }
p { color: rgb(88,219,96); }
H1.HeaderClassName
{
color: #58DB60;
}
.AnyTagClassName
{
color: #58DB60;
}
</style>
background-color css
<style>
a { background-color: #58DB60; }
a { background-color: rgb(88,219,96); }
div.DivClassName
{
background-color: #58DB60;
}
.BgClassName
{
background-color: #58DB60;
}
</style>
border-color css
<style>
span { border-color: #58DB60; }
span { border-color: rgb(88,219,96); }
td.TdClassName
{
border-color: #58DB60;
}
.TagClassName
{
border-color: #58DB60;
}
</style>