Shades of Pastel Green #5DED80
Tints of Pastel Green #5DED80
RGB
CMYK
RGB Variations
Color information
#5DED80 (or 0x5DED80) is known color: Pastel Green. HEX triplet: 5D, ED and 80. RGB value is (93,237,128). Sum of RGB (Red+Green+Blue) = 93+237+128=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DED80 is #A2127F. Grayscale: #B5B5B5. Windows color (decimal): -10621568 or 8449373. OLE color: 8449373.
HSL color Cylindrical-coordinate representation of color #5DED80: hue angle of 134.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DED80 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 128 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.07 |
| HSL | 134.58º | 0.8% | 0.65% | - |
| HSV(B) | 134.58º | 0.61% | 0.93% | - |
| XYZ | 38.69 | 64.45 | 30.82 | - |
| YUV | 181.52 | 97.79 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 128 | 0.61 | 0 | 0.46 | 0.07 | 134.58 | 0.8 | 0.65 |
| Hex | 5D | ED | 80 | 3D | 0 | 2E | 7 | 87 | 50 | 41 |
| Octal | 135 | 355 | 200 | 75 | 0 | 56 | 7 | 207 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10000000 | 111101 | 0 | 101110 | 111 | 10000111 | 1010000 | 1000001 |
Color Harmonies of #5DED80
Complementary color
Monochromatic Colors of #5DED80
Black with #5DED80
Text Example
Text Example
White with #5DED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED80; }
p { color: rgb(93,237,128); }
H1.HeaderClassName
{
color: #5DED80;
}
.AnyTagClassName
{
color: #5DED80;
}
</style>
background-color css
<style>
a { background-color: #5DED80; }
a { background-color: rgb(93,237,128); }
div.DivClassName
{
background-color: #5DED80;
}
.BgClassName
{
background-color: #5DED80;
}
</style>
border-color css
<style>
span { border-color: #5DED80; }
span { border-color: rgb(93,237,128); }
td.TdClassName
{
border-color: #5DED80;
}
.TagClassName
{
border-color: #5DED80;
}
</style>