Shades of Pastel Green #5DD766
Tints of Pastel Green #5DD766
RGB
CMYK
RGB Variations
Color information
#5DD766 (or 0x5DD766) is known color: Pastel Green. HEX triplet: 5D, D7 and 66. RGB value is (93,215,102). Sum of RGB (Red+Green+Blue) = 93+215+102=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD766 is #A22899. Grayscale: #A5A5A5. Windows color (decimal): -10627226 or 6739805. OLE color: 6739805.
HSL color Cylindrical-coordinate representation of color #5DD766: hue angle of 124.43º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD766 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 102 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.16 |
| HSL | 124.43º | 0.6% | 0.6% | - |
| HSV(B) | 124.43º | 0.57% | 0.84% | - |
| XYZ | 31.21 | 51.89 | 20.94 | - |
| YUV | 165.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 102 | 0.57 | 0 | 0.53 | 0.16 | 124.43 | 0.6 | 0.6 |
| Hex | 5D | D7 | 66 | 39 | 0 | 35 | 10 | 7C | 3C | 3C |
| Octal | 135 | 327 | 146 | 71 | 0 | 65 | 20 | 174 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1100110 | 111001 | 0 | 110101 | 10000 | 1111100 | 111100 | 111100 |
Color Harmonies of #5DD766
Complementary color
Monochromatic Colors of #5DD766
Black with #5DD766
Text Example
Text Example
White with #5DD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD766; }
p { color: rgb(93,215,102); }
H1.HeaderClassName
{
color: #5DD766;
}
.AnyTagClassName
{
color: #5DD766;
}
</style>
background-color css
<style>
a { background-color: #5DD766; }
a { background-color: rgb(93,215,102); }
div.DivClassName
{
background-color: #5DD766;
}
.BgClassName
{
background-color: #5DD766;
}
</style>
border-color css
<style>
span { border-color: #5DD766; }
span { border-color: rgb(93,215,102); }
td.TdClassName
{
border-color: #5DD766;
}
.TagClassName
{
border-color: #5DD766;
}
</style>