Shades of Pastel Green #86DC6C
Tints of Pastel Green #86DC6C
RGB
CMYK
RGB Variations
Color information
#86DC6C (or 0x86DC6C) is known color: Pastel Green. HEX triplet: 86, DC and 6C. RGB value is (134,220,108). Sum of RGB (Red+Green+Blue) = 134+220+108=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC6C is #792393. Grayscale: #B5B5B5. Windows color (decimal): -7938964 or 7134342. OLE color: 7134342.
HSL color Cylindrical-coordinate representation of color #86DC6C: hue angle of 106.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86DC6C is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 108 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.14 |
| HSL | 106.07º | 0.62% | 0.64% | - |
| HSV(B) | 106.07º | 0.51% | 0.86% | - |
| XYZ | 38.13 | 57.34 | 23.24 | - |
| YUV | 181.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 108 | 0.39 | 0 | 0.51 | 0.14 | 106.07 | 0.62 | 0.64 |
| Hex | 86 | DC | 6C | 27 | 0 | 33 | E | 6A | 3E | 40 |
| Octal | 206 | 334 | 154 | 47 | 0 | 63 | 16 | 152 | 76 | 100 |
| Binary | 10000110 | 11011100 | 1101100 | 100111 | 0 | 110011 | 1110 | 1101010 | 111110 | 1000000 |
Color Harmonies of #86DC6C
Complementary color
Monochromatic Colors of #86DC6C
Black with #86DC6C
Text Example
Text Example
White with #86DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC6C; }
p { color: rgb(134,220,108); }
H1.HeaderClassName
{
color: #86DC6C;
}
.AnyTagClassName
{
color: #86DC6C;
}
</style>
background-color css
<style>
a { background-color: #86DC6C; }
a { background-color: rgb(134,220,108); }
div.DivClassName
{
background-color: #86DC6C;
}
.BgClassName
{
background-color: #86DC6C;
}
</style>
border-color css
<style>
span { border-color: #86DC6C; }
span { border-color: rgb(134,220,108); }
td.TdClassName
{
border-color: #86DC6C;
}
.TagClassName
{
border-color: #86DC6C;
}
</style>