Shades of Pastel Green #85D97A
Tints of Pastel Green #85D97A
RGB
CMYK
RGB Variations
Color information
#85D97A (or 0x85D97A) is known color: Pastel Green. HEX triplet: 85, D9 and 7A. RGB value is (133,217,122). Sum of RGB (Red+Green+Blue) = 133+217+122=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #85D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D97A is #7A2685. Grayscale: #B5B5B5. Windows color (decimal): -8005254 or 8051077. OLE color: 8051077.
HSL color Cylindrical-coordinate representation of color #85D97A: hue angle of 113.05º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D97A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 122 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.15 |
| HSL | 113.05º | 0.56% | 0.66% | - |
| HSV(B) | 113.05º | 0.44% | 0.85% | - |
| XYZ | 38 | 56.02 | 27.22 | - |
| YUV | 181.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 122 | 0.39 | 0 | 0.44 | 0.15 | 113.05 | 0.56 | 0.66 |
| Hex | 85 | D9 | 7A | 27 | 0 | 2C | F | 71 | 38 | 42 |
| Octal | 205 | 331 | 172 | 47 | 0 | 54 | 17 | 161 | 70 | 102 |
| Binary | 10000101 | 11011001 | 1111010 | 100111 | 0 | 101100 | 1111 | 1110001 | 111000 | 1000010 |
Color Harmonies of #85D97A
Complementary color
Monochromatic Colors of #85D97A
Black with #85D97A
Text Example
Text Example
White with #85D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D97A; }
p { color: rgb(133,217,122); }
H1.HeaderClassName
{
color: #85D97A;
}
.AnyTagClassName
{
color: #85D97A;
}
</style>
background-color css
<style>
a { background-color: #85D97A; }
a { background-color: rgb(133,217,122); }
div.DivClassName
{
background-color: #85D97A;
}
.BgClassName
{
background-color: #85D97A;
}
</style>
border-color css
<style>
span { border-color: #85D97A; }
span { border-color: rgb(133,217,122); }
td.TdClassName
{
border-color: #85D97A;
}
.TagClassName
{
border-color: #85D97A;
}
</style>