Shades of Pastel Green #86E776
Tints of Pastel Green #86E776
RGB
CMYK
RGB Variations
Color information
#86E776 (or 0x86E776) is known color: Pastel Green. HEX triplet: 86, E7 and 76. RGB value is (134,231,118). Sum of RGB (Red+Green+Blue) = 134+231+118=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #86E776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E776 is #791889. Grayscale: #BDBDBD. Windows color (decimal): -7936138 or 7792518. OLE color: 7792518.
HSL color Cylindrical-coordinate representation of color #86E776: hue angle of 111.5º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86E776 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 118 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.09 |
| HSL | 111.5º | 0.7% | 0.68% | - |
| HSV(B) | 111.5º | 0.49% | 0.91% | - |
| XYZ | 41.68 | 63.53 | 27.21 | - |
| YUV | 189.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 118 | 0.42 | 0 | 0.49 | 0.09 | 111.5 | 0.7 | 0.68 |
| Hex | 86 | E7 | 76 | 2A | 0 | 31 | 9 | 70 | 46 | 44 |
| Octal | 206 | 347 | 166 | 52 | 0 | 61 | 11 | 160 | 106 | 104 |
| Binary | 10000110 | 11100111 | 1110110 | 101010 | 0 | 110001 | 1001 | 1110000 | 1000110 | 1000100 |
Color Harmonies of #86E776
Complementary color
Monochromatic Colors of #86E776
Black with #86E776
Text Example
Text Example
White with #86E776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E776; }
p { color: rgb(134,231,118); }
H1.HeaderClassName
{
color: #86E776;
}
.AnyTagClassName
{
color: #86E776;
}
</style>
background-color css
<style>
a { background-color: #86E776; }
a { background-color: rgb(134,231,118); }
div.DivClassName
{
background-color: #86E776;
}
.BgClassName
{
background-color: #86E776;
}
</style>
border-color css
<style>
span { border-color: #86E776; }
span { border-color: rgb(134,231,118); }
td.TdClassName
{
border-color: #86E776;
}
.TagClassName
{
border-color: #86E776;
}
</style>