Shades of Pastel Green #86E272
Tints of Pastel Green #86E272
RGB
CMYK
RGB Variations
Color information
#86E272 (or 0x86E272) is known color: Pastel Green. HEX triplet: 86, E2 and 72. RGB value is (134,226,114). Sum of RGB (Red+Green+Blue) = 134+226+114=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #86E272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E272 is #791D8D. Grayscale: #BABABA. Windows color (decimal): -7937422 or 7529094. OLE color: 7529094.
HSL color Cylindrical-coordinate representation of color #86E272: hue angle of 109.29º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86E272 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 114 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.11 |
| HSL | 109.29º | 0.66% | 0.67% | - |
| HSV(B) | 109.29º | 0.5% | 0.89% | - |
| XYZ | 40.07 | 60.68 | 25.52 | - |
| YUV | 185.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 114 | 0.41 | 0 | 0.50 | 0.11 | 109.29 | 0.66 | 0.67 |
| Hex | 86 | E2 | 72 | 29 | 0 | 32 | B | 6D | 42 | 43 |
| Octal | 206 | 342 | 162 | 51 | 0 | 62 | 13 | 155 | 102 | 103 |
| Binary | 10000110 | 11100010 | 1110010 | 101001 | 0 | 110010 | 1011 | 1101101 | 1000010 | 1000011 |
Color Harmonies of #86E272
Complementary color
Monochromatic Colors of #86E272
Black with #86E272
Text Example
Text Example
White with #86E272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E272; }
p { color: rgb(134,226,114); }
H1.HeaderClassName
{
color: #86E272;
}
.AnyTagClassName
{
color: #86E272;
}
</style>
background-color css
<style>
a { background-color: #86E272; }
a { background-color: rgb(134,226,114); }
div.DivClassName
{
background-color: #86E272;
}
.BgClassName
{
background-color: #86E272;
}
</style>
border-color css
<style>
span { border-color: #86E272; }
span { border-color: rgb(134,226,114); }
td.TdClassName
{
border-color: #86E272;
}
.TagClassName
{
border-color: #86E272;
}
</style>