Shades of Pastel Green #85E780
Tints of Pastel Green #85E780
RGB
CMYK
RGB Variations
Color information
#85E780 (or 0x85E780) is known color: Pastel Green. HEX triplet: 85, E7 and 80. RGB value is (133,231,128). Sum of RGB (Red+Green+Blue) = 133+231+128=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #85E780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E780 is #7A187F. Grayscale: #BEBEBE. Windows color (decimal): -8001664 or 8447877. OLE color: 8447877.
HSL color Cylindrical-coordinate representation of color #85E780: hue angle of 117.09º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E780 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 128 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.09 |
| HSL | 117.09º | 0.68% | 0.7% | - |
| HSV(B) | 117.09º | 0.45% | 0.91% | - |
| XYZ | 42.15 | 63.7 | 30.5 | - |
| YUV | 189.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 128 | 0.42 | 0 | 0.45 | 0.09 | 117.09 | 0.68 | 0.7 |
| Hex | 85 | E7 | 80 | 2A | 0 | 2D | 9 | 75 | 44 | 46 |
| Octal | 205 | 347 | 200 | 52 | 0 | 55 | 11 | 165 | 104 | 106 |
| Binary | 10000101 | 11100111 | 10000000 | 101010 | 0 | 101101 | 1001 | 1110101 | 1000100 | 1000110 |
Color Harmonies of #85E780
Complementary color
Monochromatic Colors of #85E780
Black with #85E780
Text Example
Text Example
White with #85E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E780; }
p { color: rgb(133,231,128); }
H1.HeaderClassName
{
color: #85E780;
}
.AnyTagClassName
{
color: #85E780;
}
</style>
background-color css
<style>
a { background-color: #85E780; }
a { background-color: rgb(133,231,128); }
div.DivClassName
{
background-color: #85E780;
}
.BgClassName
{
background-color: #85E780;
}
</style>
border-color css
<style>
span { border-color: #85E780; }
span { border-color: rgb(133,231,128); }
td.TdClassName
{
border-color: #85E780;
}
.TagClassName
{
border-color: #85E780;
}
</style>