Shades of Pastel Green #5DD96A
Tints of Pastel Green #5DD96A
RGB
CMYK
RGB Variations
Color information
#5DD96A (or 0x5DD96A) is known color: Pastel Green. HEX triplet: 5D, D9 and 6A. RGB value is (93,217,106). Sum of RGB (Red+Green+Blue) = 93+217+106=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD96A is #A22695. Grayscale: #A7A7A7. Windows color (decimal): -10626710 or 7002461. OLE color: 7002461.
HSL color Cylindrical-coordinate representation of color #5DD96A: hue angle of 126.29º degrees, saturation: 0.62, 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 #5DD96A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 106 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.15 |
| HSL | 126.29º | 0.62% | 0.61% | - |
| HSV(B) | 126.29º | 0.57% | 0.85% | - |
| XYZ | 31.93 | 52.99 | 22.18 | - |
| YUV | 167.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 106 | 0.57 | 0 | 0.51 | 0.15 | 126.29 | 0.62 | 0.61 |
| Hex | 5D | D9 | 6A | 39 | 0 | 33 | F | 7E | 3E | 3D |
| Octal | 135 | 331 | 152 | 71 | 0 | 63 | 17 | 176 | 76 | 75 |
| Binary | 1011101 | 11011001 | 1101010 | 111001 | 0 | 110011 | 1111 | 1111110 | 111110 | 111101 |
Color Harmonies of #5DD96A
Complementary color
Monochromatic Colors of #5DD96A
Black with #5DD96A
Text Example
Text Example
White with #5DD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD96A; }
p { color: rgb(93,217,106); }
H1.HeaderClassName
{
color: #5DD96A;
}
.AnyTagClassName
{
color: #5DD96A;
}
</style>
background-color css
<style>
a { background-color: #5DD96A; }
a { background-color: rgb(93,217,106); }
div.DivClassName
{
background-color: #5DD96A;
}
.BgClassName
{
background-color: #5DD96A;
}
</style>
border-color css
<style>
span { border-color: #5DD96A; }
span { border-color: rgb(93,217,106); }
td.TdClassName
{
border-color: #5DD96A;
}
.TagClassName
{
border-color: #5DD96A;
}
</style>