Shades of Pastel Green #86E777
Tints of Pastel Green #86E777
RGB
CMYK
RGB Variations
Color information
#86E777 (or 0x86E777) is known color: Pastel Green. HEX triplet: 86, E7 and 77. RGB value is (134,231,119). Sum of RGB (Red+Green+Blue) = 134+231+119=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #86E777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E777 is #791888. Grayscale: #BDBDBD. Windows color (decimal): -7936137 or 7858054. OLE color: 7858054.
HSL color Cylindrical-coordinate representation of color #86E777: hue angle of 111.96º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86E777 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 119 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.09 |
| HSL | 111.96º | 0.7% | 0.69% | - |
| HSV(B) | 111.96º | 0.48% | 0.91% | - |
| XYZ | 41.74 | 63.55 | 27.52 | - |
| YUV | 189.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 119 | 0.42 | 0 | 0.48 | 0.09 | 111.96 | 0.7 | 0.69 |
| Hex | 86 | E7 | 77 | 2A | 0 | 30 | 9 | 70 | 46 | 45 |
| Octal | 206 | 347 | 167 | 52 | 0 | 60 | 11 | 160 | 106 | 105 |
| Binary | 10000110 | 11100111 | 1110111 | 101010 | 0 | 110000 | 1001 | 1110000 | 1000110 | 1000101 |
Color Harmonies of #86E777
Complementary color
Monochromatic Colors of #86E777
Black with #86E777
Text Example
Text Example
White with #86E777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E777; }
p { color: rgb(134,231,119); }
H1.HeaderClassName
{
color: #86E777;
}
.AnyTagClassName
{
color: #86E777;
}
</style>
background-color css
<style>
a { background-color: #86E777; }
a { background-color: rgb(134,231,119); }
div.DivClassName
{
background-color: #86E777;
}
.BgClassName
{
background-color: #86E777;
}
</style>
border-color css
<style>
span { border-color: #86E777; }
span { border-color: rgb(134,231,119); }
td.TdClassName
{
border-color: #86E777;
}
.TagClassName
{
border-color: #86E777;
}
</style>