Shades of Pastel Green #5DD86B
Tints of Pastel Green #5DD86B
RGB
CMYK
RGB Variations
Color information
#5DD86B (or 0x5DD86B) is known color: Pastel Green. HEX triplet: 5D, D8 and 6B. RGB value is (93,216,107). Sum of RGB (Red+Green+Blue) = 93+216+107=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD86B is #A22794. Grayscale: #A7A7A7. Windows color (decimal): -10626965 or 7067741. OLE color: 7067741.
HSL color Cylindrical-coordinate representation of color #5DD86B: hue angle of 126.83º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD86B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 107 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.15 |
| HSL | 126.83º | 0.61% | 0.61% | - |
| HSV(B) | 126.83º | 0.57% | 0.85% | - |
| XYZ | 31.72 | 52.5 | 22.37 | - |
| YUV | 166.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 107 | 0.57 | 0 | 0.50 | 0.15 | 126.83 | 0.61 | 0.61 |
| Hex | 5D | D8 | 6B | 39 | 0 | 32 | F | 7F | 3D | 3D |
| Octal | 135 | 330 | 153 | 71 | 0 | 62 | 17 | 177 | 75 | 75 |
| Binary | 1011101 | 11011000 | 1101011 | 111001 | 0 | 110010 | 1111 | 1111111 | 111101 | 111101 |
Color Harmonies of #5DD86B
Complementary color
Monochromatic Colors of #5DD86B
Black with #5DD86B
Text Example
Text Example
White with #5DD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD86B; }
p { color: rgb(93,216,107); }
H1.HeaderClassName
{
color: #5DD86B;
}
.AnyTagClassName
{
color: #5DD86B;
}
</style>
background-color css
<style>
a { background-color: #5DD86B; }
a { background-color: rgb(93,216,107); }
div.DivClassName
{
background-color: #5DD86B;
}
.BgClassName
{
background-color: #5DD86B;
}
</style>
border-color css
<style>
span { border-color: #5DD86B; }
span { border-color: rgb(93,216,107); }
td.TdClassName
{
border-color: #5DD86B;
}
.TagClassName
{
border-color: #5DD86B;
}
</style>