Shades of Pastel Green #86DC7D
Tints of Pastel Green #86DC7D
RGB
CMYK
RGB Variations
Color information
#86DC7D (or 0x86DC7D) is known color: Pastel Green. HEX triplet: 86, DC and 7D. RGB value is (134,220,125). Sum of RGB (Red+Green+Blue) = 134+220+125=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC7D is #792382. Grayscale: #B7B7B7. Windows color (decimal): -7938947 or 8248454. OLE color: 8248454.
HSL color Cylindrical-coordinate representation of color #86DC7D: hue angle of 114.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DC7D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 125 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.14 |
| HSL | 114.32º | 0.58% | 0.68% | - |
| HSV(B) | 114.32º | 0.43% | 0.86% | - |
| XYZ | 39.13 | 57.74 | 28.48 | - |
| YUV | 183.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 125 | 0.39 | 0 | 0.43 | 0.14 | 114.32 | 0.58 | 0.68 |
| Hex | 86 | DC | 7D | 27 | 0 | 2B | E | 72 | 3A | 44 |
| Octal | 206 | 334 | 175 | 47 | 0 | 53 | 16 | 162 | 72 | 104 |
| Binary | 10000110 | 11011100 | 1111101 | 100111 | 0 | 101011 | 1110 | 1110010 | 111010 | 1000100 |
Color Harmonies of #86DC7D
Complementary color
Monochromatic Colors of #86DC7D
Black with #86DC7D
Text Example
Text Example
White with #86DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC7D; }
p { color: rgb(134,220,125); }
H1.HeaderClassName
{
color: #86DC7D;
}
.AnyTagClassName
{
color: #86DC7D;
}
</style>
background-color css
<style>
a { background-color: #86DC7D; }
a { background-color: rgb(134,220,125); }
div.DivClassName
{
background-color: #86DC7D;
}
.BgClassName
{
background-color: #86DC7D;
}
</style>
border-color css
<style>
span { border-color: #86DC7D; }
span { border-color: rgb(134,220,125); }
td.TdClassName
{
border-color: #86DC7D;
}
.TagClassName
{
border-color: #86DC7D;
}
</style>