Shades of Pastel Green #86E373
Tints of Pastel Green #86E373
RGB
CMYK
RGB Variations
Color information
#86E373 (or 0x86E373) is known color: Pastel Green. HEX triplet: 86, E3 and 73. RGB value is (134,227,115). Sum of RGB (Red+Green+Blue) = 134+227+115=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #86E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E373 is #791C8C. Grayscale: #BABABA. Windows color (decimal): -7937165 or 7594886. OLE color: 7594886.
HSL color Cylindrical-coordinate representation of color #86E373: hue angle of 109.82º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86E373 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 115 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.11 |
| HSL | 109.82º | 0.67% | 0.67% | - |
| HSV(B) | 109.82º | 0.49% | 0.89% | - |
| XYZ | 40.4 | 61.24 | 25.91 | - |
| YUV | 186.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 115 | 0.41 | 0 | 0.49 | 0.11 | 109.82 | 0.67 | 0.67 |
| Hex | 86 | E3 | 73 | 29 | 0 | 31 | B | 6E | 43 | 43 |
| Octal | 206 | 343 | 163 | 51 | 0 | 61 | 13 | 156 | 103 | 103 |
| Binary | 10000110 | 11100011 | 1110011 | 101001 | 0 | 110001 | 1011 | 1101110 | 1000011 | 1000011 |
Color Harmonies of #86E373
Complementary color
Monochromatic Colors of #86E373
Black with #86E373
Text Example
Text Example
White with #86E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E373; }
p { color: rgb(134,227,115); }
H1.HeaderClassName
{
color: #86E373;
}
.AnyTagClassName
{
color: #86E373;
}
</style>
background-color css
<style>
a { background-color: #86E373; }
a { background-color: rgb(134,227,115); }
div.DivClassName
{
background-color: #86E373;
}
.BgClassName
{
background-color: #86E373;
}
</style>
border-color css
<style>
span { border-color: #86E373; }
span { border-color: rgb(134,227,115); }
td.TdClassName
{
border-color: #86E373;
}
.TagClassName
{
border-color: #86E373;
}
</style>