Shades of Pastel Green #86DD6E
Tints of Pastel Green #86DD6E
RGB
CMYK
RGB Variations
Color information
#86DD6E (or 0x86DD6E) is known color: Pastel Green. HEX triplet: 86, DD and 6E. RGB value is (134,221,110). Sum of RGB (Red+Green+Blue) = 134+221+110=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD6E is #792291. Grayscale: #B6B6B6. Windows color (decimal): -7938706 or 7265670. OLE color: 7265670.
HSL color Cylindrical-coordinate representation of color #86DD6E: hue angle of 107.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86DD6E is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 110 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.13 |
| HSL | 107.03º | 0.62% | 0.65% | - |
| HSV(B) | 107.03º | 0.5% | 0.87% | - |
| XYZ | 38.5 | 57.91 | 23.9 | - |
| YUV | 182.33 | 87.18 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 110 | 0.39 | 0 | 0.50 | 0.13 | 107.03 | 0.62 | 0.65 |
| Hex | 86 | DD | 6E | 27 | 0 | 32 | D | 6B | 3E | 41 |
| Octal | 206 | 335 | 156 | 47 | 0 | 62 | 15 | 153 | 76 | 101 |
| Binary | 10000110 | 11011101 | 1101110 | 100111 | 0 | 110010 | 1101 | 1101011 | 111110 | 1000001 |
Color Harmonies of #86DD6E
Complementary color
Monochromatic Colors of #86DD6E
Black with #86DD6E
Text Example
Text Example
White with #86DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD6E; }
p { color: rgb(134,221,110); }
H1.HeaderClassName
{
color: #86DD6E;
}
.AnyTagClassName
{
color: #86DD6E;
}
</style>
background-color css
<style>
a { background-color: #86DD6E; }
a { background-color: rgb(134,221,110); }
div.DivClassName
{
background-color: #86DD6E;
}
.BgClassName
{
background-color: #86DD6E;
}
</style>
border-color css
<style>
span { border-color: #86DD6E; }
span { border-color: rgb(134,221,110); }
td.TdClassName
{
border-color: #86DD6E;
}
.TagClassName
{
border-color: #86DD6E;
}
</style>