Shades of Pastel Green #86E282
Tints of Pastel Green #86E282
RGB
CMYK
RGB Variations
Color information
#86E282 (or 0x86E282) is known color: Pastel Green. HEX triplet: 86, E2 and 82. RGB value is (134,226,130). Sum of RGB (Red+Green+Blue) = 134+226+130=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #86E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E282 is #791D7D. Grayscale: #BBBBBB. Windows color (decimal): -7937406 or 8577670. OLE color: 8577670.
HSL color Cylindrical-coordinate representation of color #86E282: hue angle of 117.5º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E282 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 130 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.11 |
| HSL | 117.5º | 0.62% | 0.7% | - |
| HSV(B) | 117.5º | 0.42% | 0.89% | - |
| XYZ | 41.06 | 61.07 | 30.74 | - |
| YUV | 187.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 130 | 0.41 | 0 | 0.42 | 0.11 | 117.5 | 0.62 | 0.7 |
| Hex | 86 | E2 | 82 | 29 | 0 | 2A | B | 76 | 3E | 46 |
| Octal | 206 | 342 | 202 | 51 | 0 | 52 | 13 | 166 | 76 | 106 |
| Binary | 10000110 | 11100010 | 10000010 | 101001 | 0 | 101010 | 1011 | 1110110 | 111110 | 1000110 |
Color Harmonies of #86E282
Complementary color
Monochromatic Colors of #86E282
Black with #86E282
Text Example
Text Example
White with #86E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E282; }
p { color: rgb(134,226,130); }
H1.HeaderClassName
{
color: #86E282;
}
.AnyTagClassName
{
color: #86E282;
}
</style>
background-color css
<style>
a { background-color: #86E282; }
a { background-color: rgb(134,226,130); }
div.DivClassName
{
background-color: #86E282;
}
.BgClassName
{
background-color: #86E282;
}
</style>
border-color css
<style>
span { border-color: #86E282; }
span { border-color: rgb(134,226,130); }
td.TdClassName
{
border-color: #86E282;
}
.TagClassName
{
border-color: #86E282;
}
</style>