Shades of Pastel Green #86D378
Tints of Pastel Green #86D378
RGB
CMYK
RGB Variations
Color information
#86D378 (or 0x86D378) is known color: Pastel Green. HEX triplet: 86, D3 and 78. RGB value is (134,211,120). Sum of RGB (Red+Green+Blue) = 134+211+120=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #86D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D378 is #792C87. Grayscale: #B1B1B1. Windows color (decimal): -7941256 or 7918470. OLE color: 7918470.
HSL color Cylindrical-coordinate representation of color #86D378: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D378 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 120 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.17 |
| HSL | 110.77º | 0.51% | 0.65% | - |
| HSV(B) | 110.77º | 0.43% | 0.83% | - |
| XYZ | 36.52 | 53.01 | 26.08 | - |
| YUV | 177.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 120 | 0.36 | 0 | 0.43 | 0.17 | 110.77 | 0.51 | 0.65 |
| Hex | 86 | D3 | 78 | 24 | 0 | 2B | 11 | 6F | 33 | 41 |
| Octal | 206 | 323 | 170 | 44 | 0 | 53 | 21 | 157 | 63 | 101 |
| Binary | 10000110 | 11010011 | 1111000 | 100100 | 0 | 101011 | 10001 | 1101111 | 110011 | 1000001 |
Color Harmonies of #86D378
Complementary color
Monochromatic Colors of #86D378
Black with #86D378
Text Example
Text Example
White with #86D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D378; }
p { color: rgb(134,211,120); }
H1.HeaderClassName
{
color: #86D378;
}
.AnyTagClassName
{
color: #86D378;
}
</style>
background-color css
<style>
a { background-color: #86D378; }
a { background-color: rgb(134,211,120); }
div.DivClassName
{
background-color: #86D378;
}
.BgClassName
{
background-color: #86D378;
}
</style>
border-color css
<style>
span { border-color: #86D378; }
span { border-color: rgb(134,211,120); }
td.TdClassName
{
border-color: #86D378;
}
.TagClassName
{
border-color: #86D378;
}
</style>