Shades of Pastel Green #85E766
Tints of Pastel Green #85E766
RGB
CMYK
RGB Variations
Color information
#85E766 (or 0x85E766) is known color: Pastel Green. HEX triplet: 85, E7 and 66. RGB value is (133,231,102). Sum of RGB (Red+Green+Blue) = 133+231+102=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #85E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E766 is #7A1899. Grayscale: #BBBBBB. Windows color (decimal): -8001690 or 6743941. OLE color: 6743941.
HSL color Cylindrical-coordinate representation of color #85E766: hue angle of 105.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85E766 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 102 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.09 |
| HSL | 105.58º | 0.73% | 0.65% | - |
| HSV(B) | 105.58º | 0.56% | 0.91% | - |
| XYZ | 40.65 | 63.1 | 22.61 | - |
| YUV | 186.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 102 | 0.42 | 0 | 0.56 | 0.09 | 105.58 | 0.73 | 0.65 |
| Hex | 85 | E7 | 66 | 2A | 0 | 38 | 9 | 6A | 49 | 41 |
| Octal | 205 | 347 | 146 | 52 | 0 | 70 | 11 | 152 | 111 | 101 |
| Binary | 10000101 | 11100111 | 1100110 | 101010 | 0 | 111000 | 1001 | 1101010 | 1001001 | 1000001 |
Color Harmonies of #85E766
Complementary color
Monochromatic Colors of #85E766
Black with #85E766
Text Example
Text Example
White with #85E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E766; }
p { color: rgb(133,231,102); }
H1.HeaderClassName
{
color: #85E766;
}
.AnyTagClassName
{
color: #85E766;
}
</style>
background-color css
<style>
a { background-color: #85E766; }
a { background-color: rgb(133,231,102); }
div.DivClassName
{
background-color: #85E766;
}
.BgClassName
{
background-color: #85E766;
}
</style>
border-color css
<style>
span { border-color: #85E766; }
span { border-color: rgb(133,231,102); }
td.TdClassName
{
border-color: #85E766;
}
.TagClassName
{
border-color: #85E766;
}
</style>