Shades of Pastel Green #86E474
Tints of Pastel Green #86E474
RGB
CMYK
RGB Variations
Color information
#86E474 (or 0x86E474) is known color: Pastel Green. HEX triplet: 86, E4 and 74. RGB value is (134,228,116). Sum of RGB (Red+Green+Blue) = 134+228+116=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #86E474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E474 is #791B8B. Grayscale: #BBBBBB. Windows color (decimal): -7936908 or 7660678. OLE color: 7660678.
HSL color Cylindrical-coordinate representation of color #86E474: hue angle of 110.36º 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 #86E474 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 116 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.11 |
| HSL | 110.36º | 0.67% | 0.67% | - |
| HSV(B) | 110.36º | 0.49% | 0.89% | - |
| XYZ | 40.73 | 61.82 | 26.31 | - |
| YUV | 187.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 116 | 0.41 | 0 | 0.49 | 0.11 | 110.36 | 0.67 | 0.67 |
| Hex | 86 | E4 | 74 | 29 | 0 | 31 | B | 6E | 43 | 43 |
| Octal | 206 | 344 | 164 | 51 | 0 | 61 | 13 | 156 | 103 | 103 |
| Binary | 10000110 | 11100100 | 1110100 | 101001 | 0 | 110001 | 1011 | 1101110 | 1000011 | 1000011 |
Color Harmonies of #86E474
Complementary color
Monochromatic Colors of #86E474
Black with #86E474
Text Example
Text Example
White with #86E474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E474; }
p { color: rgb(134,228,116); }
H1.HeaderClassName
{
color: #86E474;
}
.AnyTagClassName
{
color: #86E474;
}
</style>
background-color css
<style>
a { background-color: #86E474; }
a { background-color: rgb(134,228,116); }
div.DivClassName
{
background-color: #86E474;
}
.BgClassName
{
background-color: #86E474;
}
</style>
border-color css
<style>
span { border-color: #86E474; }
span { border-color: rgb(134,228,116); }
td.TdClassName
{
border-color: #86E474;
}
.TagClassName
{
border-color: #86E474;
}
</style>