Shades of Pastel Green #86DF7E
Tints of Pastel Green #86DF7E
RGB
CMYK
RGB Variations
Color information
#86DF7E (or 0x86DF7E) is known color: Pastel Green. HEX triplet: 86, DF and 7E. RGB value is (134,223,126). Sum of RGB (Red+Green+Blue) = 134+223+126=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF7E is #792081. Grayscale: #B9B9B9. Windows color (decimal): -7938178 or 8314758. OLE color: 8314758.
HSL color Cylindrical-coordinate representation of color #86DF7E: hue angle of 115.05º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DF7E is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 126 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.13 |
| HSL | 115.05º | 0.6% | 0.68% | - |
| HSV(B) | 115.05º | 0.43% | 0.87% | - |
| XYZ | 39.99 | 59.35 | 29.09 | - |
| YUV | 185.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 126 | 0.40 | 0 | 0.43 | 0.13 | 115.05 | 0.6 | 0.68 |
| Hex | 86 | DF | 7E | 28 | 0 | 2B | D | 73 | 3C | 44 |
| Octal | 206 | 337 | 176 | 50 | 0 | 53 | 15 | 163 | 74 | 104 |
| Binary | 10000110 | 11011111 | 1111110 | 101000 | 0 | 101011 | 1101 | 1110011 | 111100 | 1000100 |
Color Harmonies of #86DF7E
Complementary color
Monochromatic Colors of #86DF7E
Black with #86DF7E
Text Example
Text Example
White with #86DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF7E; }
p { color: rgb(134,223,126); }
H1.HeaderClassName
{
color: #86DF7E;
}
.AnyTagClassName
{
color: #86DF7E;
}
</style>
background-color css
<style>
a { background-color: #86DF7E; }
a { background-color: rgb(134,223,126); }
div.DivClassName
{
background-color: #86DF7E;
}
.BgClassName
{
background-color: #86DF7E;
}
</style>
border-color css
<style>
span { border-color: #86DF7E; }
span { border-color: rgb(134,223,126); }
td.TdClassName
{
border-color: #86DF7E;
}
.TagClassName
{
border-color: #86DF7E;
}
</style>