Shades of Pastel Green #86DB80
Tints of Pastel Green #86DB80
RGB
CMYK
RGB Variations
Color information
#86DB80 (or 0x86DB80) is known color: Pastel Green. HEX triplet: 86, DB and 80. RGB value is (134,219,128). Sum of RGB (Red+Green+Blue) = 134+219+128=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB80 is #79247F. Grayscale: #B7B7B7. Windows color (decimal): -7939200 or 8444806. OLE color: 8444806.
HSL color Cylindrical-coordinate representation of color #86DB80: hue angle of 116.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DB80 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 128 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.14 |
| HSL | 116.04º | 0.56% | 0.68% | - |
| HSV(B) | 116.04º | 0.42% | 0.86% | - |
| XYZ | 39.06 | 57.29 | 29.42 | - |
| YUV | 183.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 128 | 0.39 | 0 | 0.42 | 0.14 | 116.04 | 0.56 | 0.68 |
| Hex | 86 | DB | 80 | 27 | 0 | 2A | E | 74 | 38 | 44 |
| Octal | 206 | 333 | 200 | 47 | 0 | 52 | 16 | 164 | 70 | 104 |
| Binary | 10000110 | 11011011 | 10000000 | 100111 | 0 | 101010 | 1110 | 1110100 | 111000 | 1000100 |
Color Harmonies of #86DB80
Complementary color
Monochromatic Colors of #86DB80
Black with #86DB80
Text Example
Text Example
White with #86DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB80; }
p { color: rgb(134,219,128); }
H1.HeaderClassName
{
color: #86DB80;
}
.AnyTagClassName
{
color: #86DB80;
}
</style>
background-color css
<style>
a { background-color: #86DB80; }
a { background-color: rgb(134,219,128); }
div.DivClassName
{
background-color: #86DB80;
}
.BgClassName
{
background-color: #86DB80;
}
</style>
border-color css
<style>
span { border-color: #86DB80; }
span { border-color: rgb(134,219,128); }
td.TdClassName
{
border-color: #86DB80;
}
.TagClassName
{
border-color: #86DB80;
}
</style>