Shades of Pastel Green #86E57E
Tints of Pastel Green #86E57E
RGB
CMYK
RGB Variations
Color information
#86E57E (or 0x86E57E) is known color: Pastel Green. HEX triplet: 86, E5 and 7E. RGB value is (134,229,126). Sum of RGB (Red+Green+Blue) = 134+229+126=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #86E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E57E is #791A81. Grayscale: #BDBDBD. Windows color (decimal): -7936642 or 8316294. OLE color: 8316294.
HSL color Cylindrical-coordinate representation of color #86E57E: hue angle of 115.34º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86E57E is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 126 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.10 |
| HSL | 115.34º | 0.66% | 0.7% | - |
| HSV(B) | 115.34º | 0.45% | 0.9% | - |
| XYZ | 41.62 | 62.61 | 29.63 | - |
| YUV | 188.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 126 | 0.41 | 0 | 0.45 | 0.10 | 115.34 | 0.66 | 0.7 |
| Hex | 86 | E5 | 7E | 29 | 0 | 2D | A | 73 | 42 | 46 |
| Octal | 206 | 345 | 176 | 51 | 0 | 55 | 12 | 163 | 102 | 106 |
| Binary | 10000110 | 11100101 | 1111110 | 101001 | 0 | 101101 | 1010 | 1110011 | 1000010 | 1000110 |
Color Harmonies of #86E57E
Complementary color
Monochromatic Colors of #86E57E
Black with #86E57E
Text Example
Text Example
White with #86E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E57E; }
p { color: rgb(134,229,126); }
H1.HeaderClassName
{
color: #86E57E;
}
.AnyTagClassName
{
color: #86E57E;
}
</style>
background-color css
<style>
a { background-color: #86E57E; }
a { background-color: rgb(134,229,126); }
div.DivClassName
{
background-color: #86E57E;
}
.BgClassName
{
background-color: #86E57E;
}
</style>
border-color css
<style>
span { border-color: #86E57E; }
span { border-color: rgb(134,229,126); }
td.TdClassName
{
border-color: #86E57E;
}
.TagClassName
{
border-color: #86E57E;
}
</style>