Shades of Pastel Green #5DEB82
Tints of Pastel Green #5DEB82
RGB
CMYK
RGB Variations
Color information
#5DEB82 (or 0x5DEB82) is known color: Pastel Green. HEX triplet: 5D, EB and 82. RGB value is (93,235,130). Sum of RGB (Red+Green+Blue) = 93+235+130=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEB82 is #A2147D. Grayscale: #B4B4B4. Windows color (decimal): -10622078 or 8579933. OLE color: 8579933.
HSL color Cylindrical-coordinate representation of color #5DEB82: hue angle of 135.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEB82 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 130 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.08 |
| HSL | 135.63º | 0.78% | 0.64% | - |
| HSV(B) | 135.63º | 0.6% | 0.92% | - |
| XYZ | 38.25 | 63.36 | 31.33 | - |
| YUV | 180.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 130 | 0.60 | 0 | 0.45 | 0.08 | 135.63 | 0.78 | 0.64 |
| Hex | 5D | EB | 82 | 3C | 0 | 2D | 8 | 88 | 4E | 40 |
| Octal | 135 | 353 | 202 | 74 | 0 | 55 | 10 | 210 | 116 | 100 |
| Binary | 1011101 | 11101011 | 10000010 | 111100 | 0 | 101101 | 1000 | 10001000 | 1001110 | 1000000 |
Color Harmonies of #5DEB82
Complementary color
Monochromatic Colors of #5DEB82
Black with #5DEB82
Text Example
Text Example
White with #5DEB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEB82; }
p { color: rgb(93,235,130); }
H1.HeaderClassName
{
color: #5DEB82;
}
.AnyTagClassName
{
color: #5DEB82;
}
</style>
background-color css
<style>
a { background-color: #5DEB82; }
a { background-color: rgb(93,235,130); }
div.DivClassName
{
background-color: #5DEB82;
}
.BgClassName
{
background-color: #5DEB82;
}
</style>
border-color css
<style>
span { border-color: #5DEB82; }
span { border-color: rgb(93,235,130); }
td.TdClassName
{
border-color: #5DEB82;
}
.TagClassName
{
border-color: #5DEB82;
}
</style>