Shades of Pastel Green #85D77B
Tints of Pastel Green #85D77B
RGB
CMYK
RGB Variations
Color information
#85D77B (or 0x85D77B) is known color: Pastel Green. HEX triplet: 85, D7 and 7B. RGB value is (133,215,123). Sum of RGB (Red+Green+Blue) = 133+215+123=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #85D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D77B is #7A2884. Grayscale: #B4B4B4. Windows color (decimal): -8005765 or 8116101. OLE color: 8116101.
HSL color Cylindrical-coordinate representation of color #85D77B: hue angle of 113.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D77B is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 123 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.16 |
| HSL | 113.48º | 0.53% | 0.66% | - |
| HSV(B) | 113.48º | 0.43% | 0.84% | - |
| XYZ | 37.55 | 55.02 | 27.38 | - |
| YUV | 179.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 123 | 0.38 | 0 | 0.43 | 0.16 | 113.48 | 0.53 | 0.66 |
| Hex | 85 | D7 | 7B | 26 | 0 | 2B | 10 | 71 | 35 | 42 |
| Octal | 205 | 327 | 173 | 46 | 0 | 53 | 20 | 161 | 65 | 102 |
| Binary | 10000101 | 11010111 | 1111011 | 100110 | 0 | 101011 | 10000 | 1110001 | 110101 | 1000010 |
Color Harmonies of #85D77B
Complementary color
Monochromatic Colors of #85D77B
Black with #85D77B
Text Example
Text Example
White with #85D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D77B; }
p { color: rgb(133,215,123); }
H1.HeaderClassName
{
color: #85D77B;
}
.AnyTagClassName
{
color: #85D77B;
}
</style>
background-color css
<style>
a { background-color: #85D77B; }
a { background-color: rgb(133,215,123); }
div.DivClassName
{
background-color: #85D77B;
}
.BgClassName
{
background-color: #85D77B;
}
</style>
border-color css
<style>
span { border-color: #85D77B; }
span { border-color: rgb(133,215,123); }
td.TdClassName
{
border-color: #85D77B;
}
.TagClassName
{
border-color: #85D77B;
}
</style>