Shades of Pastel Green #85E482
Tints of Pastel Green #85E482
RGB
CMYK
RGB Variations
Color information
#85E482 (or 0x85E482) is known color: Pastel Green. HEX triplet: 85, E4 and 82. RGB value is (133,228,130). Sum of RGB (Red+Green+Blue) = 133+228+130=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #85E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E482 is #7A1B7D. Grayscale: #BCBCBC. Windows color (decimal): -8002430 or 8578181. OLE color: 8578181.
HSL color Cylindrical-coordinate representation of color #85E482: hue angle of 118.16º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E482 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 130 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.11 |
| HSL | 118.16º | 0.64% | 0.7% | - |
| HSV(B) | 118.16º | 0.43% | 0.89% | - |
| XYZ | 41.45 | 62.09 | 30.92 | - |
| YUV | 188.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 130 | 0.42 | 0 | 0.43 | 0.11 | 118.16 | 0.64 | 0.7 |
| Hex | 85 | E4 | 82 | 2A | 0 | 2B | B | 76 | 40 | 46 |
| Octal | 205 | 344 | 202 | 52 | 0 | 53 | 13 | 166 | 100 | 106 |
| Binary | 10000101 | 11100100 | 10000010 | 101010 | 0 | 101011 | 1011 | 1110110 | 1000000 | 1000110 |
Color Harmonies of #85E482
Complementary color
Monochromatic Colors of #85E482
Black with #85E482
Text Example
Text Example
White with #85E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E482; }
p { color: rgb(133,228,130); }
H1.HeaderClassName
{
color: #85E482;
}
.AnyTagClassName
{
color: #85E482;
}
</style>
background-color css
<style>
a { background-color: #85E482; }
a { background-color: rgb(133,228,130); }
div.DivClassName
{
background-color: #85E482;
}
.BgClassName
{
background-color: #85E482;
}
</style>
border-color css
<style>
span { border-color: #85E482; }
span { border-color: rgb(133,228,130); }
td.TdClassName
{
border-color: #85E482;
}
.TagClassName
{
border-color: #85E482;
}
</style>