Shades of Pastel Green #86EE68
Tints of Pastel Green #86EE68
RGB
CMYK
RGB Variations
Color information
#86EE68 (or 0x86EE68) is known color: Pastel Green. HEX triplet: 86, EE and 68. RGB value is (134,238,104). Sum of RGB (Red+Green+Blue) = 134+238+104=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE68 is #791197. Grayscale: #C0C0C0. Windows color (decimal): -7934360 or 6876806. OLE color: 6876806.
HSL color Cylindrical-coordinate representation of color #86EE68: hue angle of 106.57º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86EE68 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 104 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.07 |
| HSL | 106.57º | 0.8% | 0.67% | - |
| HSV(B) | 106.57º | 0.56% | 0.93% | - |
| XYZ | 42.9 | 67.22 | 23.81 | - |
| YUV | 191.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 104 | 0.44 | 0 | 0.56 | 0.07 | 106.57 | 0.8 | 0.67 |
| Hex | 86 | EE | 68 | 2C | 0 | 38 | 7 | 6B | 50 | 43 |
| Octal | 206 | 356 | 150 | 54 | 0 | 70 | 7 | 153 | 120 | 103 |
| Binary | 10000110 | 11101110 | 1101000 | 101100 | 0 | 111000 | 111 | 1101011 | 1010000 | 1000011 |
Color Harmonies of #86EE68
Complementary color
Monochromatic Colors of #86EE68
Black with #86EE68
Text Example
Text Example
White with #86EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE68; }
p { color: rgb(134,238,104); }
H1.HeaderClassName
{
color: #86EE68;
}
.AnyTagClassName
{
color: #86EE68;
}
</style>
background-color css
<style>
a { background-color: #86EE68; }
a { background-color: rgb(134,238,104); }
div.DivClassName
{
background-color: #86EE68;
}
.BgClassName
{
background-color: #86EE68;
}
</style>
border-color css
<style>
span { border-color: #86EE68; }
span { border-color: rgb(134,238,104); }
td.TdClassName
{
border-color: #86EE68;
}
.TagClassName
{
border-color: #86EE68;
}
</style>