Shades of Pastel Green #5DEB7B
Tints of Pastel Green #5DEB7B
RGB
CMYK
RGB Variations
Color information
#5DEB7B (or 0x5DEB7B) is known color: Pastel Green. HEX triplet: 5D, EB and 7B. RGB value is (93,235,123). Sum of RGB (Red+Green+Blue) = 93+235+123=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEB7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DEB7B is #A21484. Grayscale: #B4B4B4. Windows color (decimal): -10622085 or 8121181. OLE color: 8121181.
HSL color Cylindrical-coordinate representation of color #5DEB7B: hue angle of 132.68º 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 #5DEB7B is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 123 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.08 |
| HSL | 132.68º | 0.78% | 0.64% | - |
| HSV(B) | 132.68º | 0.6% | 0.92% | - |
| XYZ | 37.8 | 63.17 | 28.94 | - |
| YUV | 179.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 123 | 0.60 | 0 | 0.48 | 0.08 | 132.68 | 0.78 | 0.64 |
| Hex | 5D | EB | 7B | 3C | 0 | 30 | 8 | 85 | 4E | 40 |
| Octal | 135 | 353 | 173 | 74 | 0 | 60 | 10 | 205 | 116 | 100 |
| Binary | 1011101 | 11101011 | 1111011 | 111100 | 0 | 110000 | 1000 | 10000101 | 1001110 | 1000000 |
Color Harmonies of #5DEB7B
Complementary color
Monochromatic Colors of #5DEB7B
Black with #5DEB7B
Text Example
Text Example
White with #5DEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEB7B; }
p { color: rgb(93,235,123); }
H1.HeaderClassName
{
color: #5DEB7B;
}
.AnyTagClassName
{
color: #5DEB7B;
}
</style>
background-color css
<style>
a { background-color: #5DEB7B; }
a { background-color: rgb(93,235,123); }
div.DivClassName
{
background-color: #5DEB7B;
}
.BgClassName
{
background-color: #5DEB7B;
}
</style>
border-color css
<style>
span { border-color: #5DEB7B; }
span { border-color: rgb(93,235,123); }
td.TdClassName
{
border-color: #5DEB7B;
}
.TagClassName
{
border-color: #5DEB7B;
}
</style>