Shades of Pastel Green #85D67D
Tints of Pastel Green #85D67D
RGB
CMYK
RGB Variations
Color information
#85D67D (or 0x85D67D) is known color: Pastel Green. HEX triplet: 85, D6 and 7D. RGB value is (133,214,125). Sum of RGB (Red+Green+Blue) = 133+214+125=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #85D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D67D is #7A2982. Grayscale: #B3B3B3. Windows color (decimal): -8006019 or 8246917. OLE color: 8246917.
HSL color Cylindrical-coordinate representation of color #85D67D: hue angle of 114.61º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85D67D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 125 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.16 |
| HSL | 114.61º | 0.52% | 0.66% | - |
| HSV(B) | 114.61º | 0.42% | 0.84% | - |
| XYZ | 37.42 | 54.56 | 27.96 | - |
| YUV | 179.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 125 | 0.38 | 0 | 0.42 | 0.16 | 114.61 | 0.52 | 0.66 |
| Hex | 85 | D6 | 7D | 26 | 0 | 2A | 10 | 73 | 34 | 42 |
| Octal | 205 | 326 | 175 | 46 | 0 | 52 | 20 | 163 | 64 | 102 |
| Binary | 10000101 | 11010110 | 1111101 | 100110 | 0 | 101010 | 10000 | 1110011 | 110100 | 1000010 |
Color Harmonies of #85D67D
Complementary color
Monochromatic Colors of #85D67D
Black with #85D67D
Text Example
Text Example
White with #85D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D67D; }
p { color: rgb(133,214,125); }
H1.HeaderClassName
{
color: #85D67D;
}
.AnyTagClassName
{
color: #85D67D;
}
</style>
background-color css
<style>
a { background-color: #85D67D; }
a { background-color: rgb(133,214,125); }
div.DivClassName
{
background-color: #85D67D;
}
.BgClassName
{
background-color: #85D67D;
}
</style>
border-color css
<style>
span { border-color: #85D67D; }
span { border-color: rgb(133,214,125); }
td.TdClassName
{
border-color: #85D67D;
}
.TagClassName
{
border-color: #85D67D;
}
</style>