Shades of Pastel Green #86ED6E
Tints of Pastel Green #86ED6E
RGB
CMYK
RGB Variations
Color information
#86ED6E (or 0x86ED6E) is known color: Pastel Green. HEX triplet: 86, ED and 6E. RGB value is (134,237,110). Sum of RGB (Red+Green+Blue) = 134+237+110=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86ED6E is #791291. Grayscale: #C0C0C0. Windows color (decimal): -7934610 or 7269766. OLE color: 7269766.
HSL color Cylindrical-coordinate representation of color #86ED6E: hue angle of 108.66º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86ED6E is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 110 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.07 |
| HSL | 108.66º | 0.78% | 0.68% | - |
| HSV(B) | 108.66º | 0.54% | 0.93% | - |
| XYZ | 42.93 | 66.76 | 25.38 | - |
| YUV | 191.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 110 | 0.43 | 0 | 0.54 | 0.07 | 108.66 | 0.78 | 0.68 |
| Hex | 86 | ED | 6E | 2B | 0 | 36 | 7 | 6D | 4E | 44 |
| Octal | 206 | 355 | 156 | 53 | 0 | 66 | 7 | 155 | 116 | 104 |
| Binary | 10000110 | 11101101 | 1101110 | 101011 | 0 | 110110 | 111 | 1101101 | 1001110 | 1000100 |
Color Harmonies of #86ED6E
Complementary color
Monochromatic Colors of #86ED6E
Black with #86ED6E
Text Example
Text Example
White with #86ED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED6E; }
p { color: rgb(134,237,110); }
H1.HeaderClassName
{
color: #86ED6E;
}
.AnyTagClassName
{
color: #86ED6E;
}
</style>
background-color css
<style>
a { background-color: #86ED6E; }
a { background-color: rgb(134,237,110); }
div.DivClassName
{
background-color: #86ED6E;
}
.BgClassName
{
background-color: #86ED6E;
}
</style>
border-color css
<style>
span { border-color: #86ED6E; }
span { border-color: rgb(134,237,110); }
td.TdClassName
{
border-color: #86ED6E;
}
.TagClassName
{
border-color: #86ED6E;
}
</style>