Shades of Pastel Green #5DDB60
Tints of Pastel Green #5DDB60
RGB
CMYK
RGB Variations
Color information
#5DDB60 (or 0x5DDB60) is known color: Pastel Green. HEX triplet: 5D, DB and 60. RGB value is (93,219,96). Sum of RGB (Red+Green+Blue) = 93+219+96=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB60 is #A2249F. Grayscale: #A7A7A7. Windows color (decimal): -10626208 or 6347613. OLE color: 6347613.
HSL color Cylindrical-coordinate representation of color #5DDB60: hue angle of 121.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDB60 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 96 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.14 |
| HSL | 121.43º | 0.64% | 0.61% | - |
| HSV(B) | 121.43º | 0.58% | 0.86% | - |
| XYZ | 31.96 | 53.83 | 19.77 | - |
| YUV | 167.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 96 | 0.58 | 0 | 0.56 | 0.14 | 121.43 | 0.64 | 0.61 |
| Hex | 5D | DB | 60 | 3A | 0 | 38 | E | 79 | 40 | 3D |
| Octal | 135 | 333 | 140 | 72 | 0 | 70 | 16 | 171 | 100 | 75 |
| Binary | 1011101 | 11011011 | 1100000 | 111010 | 0 | 111000 | 1110 | 1111001 | 1000000 | 111101 |
Color Harmonies of #5DDB60
Complementary color
Monochromatic Colors of #5DDB60
Black with #5DDB60
Text Example
Text Example
White with #5DDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB60; }
p { color: rgb(93,219,96); }
H1.HeaderClassName
{
color: #5DDB60;
}
.AnyTagClassName
{
color: #5DDB60;
}
</style>
background-color css
<style>
a { background-color: #5DDB60; }
a { background-color: rgb(93,219,96); }
div.DivClassName
{
background-color: #5DDB60;
}
.BgClassName
{
background-color: #5DDB60;
}
</style>
border-color css
<style>
span { border-color: #5DDB60; }
span { border-color: rgb(93,219,96); }
td.TdClassName
{
border-color: #5DDB60;
}
.TagClassName
{
border-color: #5DDB60;
}
</style>