Shades of Pastel Green #86ED68
Tints of Pastel Green #86ED68
RGB
CMYK
RGB Variations
Color information
#86ED68 (or 0x86ED68) is known color: Pastel Green. HEX triplet: 86, ED and 68. RGB value is (134,237,104). Sum of RGB (Red+Green+Blue) = 134+237+104=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86ED68 is #791297. Grayscale: #BFBFBF. Windows color (decimal): -7934616 or 6876550. OLE color: 6876550.
HSL color Cylindrical-coordinate representation of color #86ED68: hue angle of 106.47º degrees, saturation: 0.79, 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 #86ED68 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 104 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.07 |
| HSL | 106.47º | 0.79% | 0.67% | - |
| HSV(B) | 106.47º | 0.56% | 0.93% | - |
| XYZ | 42.61 | 66.64 | 23.71 | - |
| YUV | 191.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 104 | 0.43 | 0 | 0.56 | 0.07 | 106.47 | 0.79 | 0.67 |
| Hex | 86 | ED | 68 | 2B | 0 | 38 | 7 | 6A | 4F | 43 |
| Octal | 206 | 355 | 150 | 53 | 0 | 70 | 7 | 152 | 117 | 103 |
| Binary | 10000110 | 11101101 | 1101000 | 101011 | 0 | 111000 | 111 | 1101010 | 1001111 | 1000011 |
Color Harmonies of #86ED68
Complementary color
Monochromatic Colors of #86ED68
Black with #86ED68
Text Example
Text Example
White with #86ED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED68; }
p { color: rgb(134,237,104); }
H1.HeaderClassName
{
color: #86ED68;
}
.AnyTagClassName
{
color: #86ED68;
}
</style>
background-color css
<style>
a { background-color: #86ED68; }
a { background-color: rgb(134,237,104); }
div.DivClassName
{
background-color: #86ED68;
}
.BgClassName
{
background-color: #86ED68;
}
</style>
border-color css
<style>
span { border-color: #86ED68; }
span { border-color: rgb(134,237,104); }
td.TdClassName
{
border-color: #86ED68;
}
.TagClassName
{
border-color: #86ED68;
}
</style>