Shades of Pastel Green #85DB6F
Tints of Pastel Green #85DB6F
RGB
CMYK
RGB Variations
Color information
#85DB6F (or 0x85DB6F) is known color: Pastel Green. HEX triplet: 85, DB and 6F. RGB value is (133,219,111). Sum of RGB (Red+Green+Blue) = 133+219+111=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB6F is #7A2490. Grayscale: #B5B5B5. Windows color (decimal): -8004753 or 7330693. OLE color: 7330693.
HSL color Cylindrical-coordinate representation of color #85DB6F: hue angle of 107.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85DB6F is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 111 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.14 |
| HSL | 107.78º | 0.6% | 0.65% | - |
| HSV(B) | 107.78º | 0.49% | 0.86% | - |
| XYZ | 37.87 | 56.8 | 24.01 | - |
| YUV | 180.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 111 | 0.39 | 0 | 0.49 | 0.14 | 107.78 | 0.6 | 0.65 |
| Hex | 85 | DB | 6F | 27 | 0 | 31 | E | 6C | 3C | 41 |
| Octal | 205 | 333 | 157 | 47 | 0 | 61 | 16 | 154 | 74 | 101 |
| Binary | 10000101 | 11011011 | 1101111 | 100111 | 0 | 110001 | 1110 | 1101100 | 111100 | 1000001 |
Color Harmonies of #85DB6F
Complementary color
Monochromatic Colors of #85DB6F
Black with #85DB6F
Text Example
Text Example
White with #85DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB6F; }
p { color: rgb(133,219,111); }
H1.HeaderClassName
{
color: #85DB6F;
}
.AnyTagClassName
{
color: #85DB6F;
}
</style>
background-color css
<style>
a { background-color: #85DB6F; }
a { background-color: rgb(133,219,111); }
div.DivClassName
{
background-color: #85DB6F;
}
.BgClassName
{
background-color: #85DB6F;
}
</style>
border-color css
<style>
span { border-color: #85DB6F; }
span { border-color: rgb(133,219,111); }
td.TdClassName
{
border-color: #85DB6F;
}
.TagClassName
{
border-color: #85DB6F;
}
</style>