Shades of Pastel Green #85E082
Tints of Pastel Green #85E082
RGB
CMYK
RGB Variations
Color information
#85E082 (or 0x85E082) is known color: Pastel Green. HEX triplet: 85, E0 and 82. RGB value is (133,224,130). Sum of RGB (Red+Green+Blue) = 133+224+130=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #85E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E082 is #7A1F7D. Grayscale: #BABABA. Windows color (decimal): -8003454 or 8577157. OLE color: 8577157.
HSL color Cylindrical-coordinate representation of color #85E082: hue angle of 118.09º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E082 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 130 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.12 |
| HSL | 118.09º | 0.6% | 0.69% | - |
| HSV(B) | 118.09º | 0.42% | 0.88% | - |
| XYZ | 40.36 | 59.91 | 30.56 | - |
| YUV | 186.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 130 | 0.41 | 0 | 0.42 | 0.12 | 118.09 | 0.6 | 0.69 |
| Hex | 85 | E0 | 82 | 29 | 0 | 2A | C | 76 | 3C | 45 |
| Octal | 205 | 340 | 202 | 51 | 0 | 52 | 14 | 166 | 74 | 105 |
| Binary | 10000101 | 11100000 | 10000010 | 101001 | 0 | 101010 | 1100 | 1110110 | 111100 | 1000101 |
Color Harmonies of #85E082
Complementary color
Monochromatic Colors of #85E082
Black with #85E082
Text Example
Text Example
White with #85E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E082; }
p { color: rgb(133,224,130); }
H1.HeaderClassName
{
color: #85E082;
}
.AnyTagClassName
{
color: #85E082;
}
</style>
background-color css
<style>
a { background-color: #85E082; }
a { background-color: rgb(133,224,130); }
div.DivClassName
{
background-color: #85E082;
}
.BgClassName
{
background-color: #85E082;
}
</style>
border-color css
<style>
span { border-color: #85E082; }
span { border-color: rgb(133,224,130); }
td.TdClassName
{
border-color: #85E082;
}
.TagClassName
{
border-color: #85E082;
}
</style>