Shades of Pastel Green #85DD77
Tints of Pastel Green #85DD77
RGB
CMYK
RGB Variations
Color information
#85DD77 (or 0x85DD77) is known color: Pastel Green. HEX triplet: 85, DD and 77. RGB value is (133,221,119). Sum of RGB (Red+Green+Blue) = 133+221+119=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD77 is #7A2288. Grayscale: #B7B7B7. Windows color (decimal): -8004233 or 7855493. OLE color: 7855493.
HSL color Cylindrical-coordinate representation of color #85DD77: hue angle of 111.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85DD77 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 119 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.13 |
| HSL | 111.76º | 0.6% | 0.67% | - |
| HSV(B) | 111.76º | 0.46% | 0.87% | - |
| XYZ | 38.86 | 58.03 | 26.61 | - |
| YUV | 183.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 119 | 0.40 | 0 | 0.46 | 0.13 | 111.76 | 0.6 | 0.67 |
| Hex | 85 | DD | 77 | 28 | 0 | 2E | D | 70 | 3C | 43 |
| Octal | 205 | 335 | 167 | 50 | 0 | 56 | 15 | 160 | 74 | 103 |
| Binary | 10000101 | 11011101 | 1110111 | 101000 | 0 | 101110 | 1101 | 1110000 | 111100 | 1000011 |
Color Harmonies of #85DD77
Complementary color
Monochromatic Colors of #85DD77
Black with #85DD77
Text Example
Text Example
White with #85DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD77; }
p { color: rgb(133,221,119); }
H1.HeaderClassName
{
color: #85DD77;
}
.AnyTagClassName
{
color: #85DD77;
}
</style>
background-color css
<style>
a { background-color: #85DD77; }
a { background-color: rgb(133,221,119); }
div.DivClassName
{
background-color: #85DD77;
}
.BgClassName
{
background-color: #85DD77;
}
</style>
border-color css
<style>
span { border-color: #85DD77; }
span { border-color: rgb(133,221,119); }
td.TdClassName
{
border-color: #85DD77;
}
.TagClassName
{
border-color: #85DD77;
}
</style>