Shades of Pastel Green #6EDB86
Tints of Pastel Green #6EDB86
RGB
CMYK
RGB Variations
Color information
#6EDB86 (or 0x6EDB86) is known color: Pastel Green. HEX triplet: 6E, DB and 86. RGB value is (110,219,134). Sum of RGB (Red+Green+Blue) = 110+219+134=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDB86 is #912479. Grayscale: #B0B0B0. Windows color (decimal): -9512058 or 8837998. OLE color: 8837998.
HSL color Cylindrical-coordinate representation of color #6EDB86: hue angle of 133.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDB86 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 134 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.14 |
| HSL | 133.21º | 0.6% | 0.65% | - |
| HSV(B) | 133.21º | 0.5% | 0.86% | - |
| XYZ | 36.07 | 55.7 | 31.4 | - |
| YUV | 176.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 134 | 0.50 | 0 | 0.39 | 0.14 | 133.21 | 0.6 | 0.65 |
| Hex | 6E | DB | 86 | 32 | 0 | 27 | E | 85 | 3C | 41 |
| Octal | 156 | 333 | 206 | 62 | 0 | 47 | 16 | 205 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10000110 | 110010 | 0 | 100111 | 1110 | 10000101 | 111100 | 1000001 |
Color Harmonies of #6EDB86
Complementary color
Monochromatic Colors of #6EDB86
Black with #6EDB86
Text Example
Text Example
White with #6EDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDB86; }
p { color: rgb(110,219,134); }
H1.HeaderClassName
{
color: #6EDB86;
}
.AnyTagClassName
{
color: #6EDB86;
}
</style>
background-color css
<style>
a { background-color: #6EDB86; }
a { background-color: rgb(110,219,134); }
div.DivClassName
{
background-color: #6EDB86;
}
.BgClassName
{
background-color: #6EDB86;
}
</style>
border-color css
<style>
span { border-color: #6EDB86; }
span { border-color: rgb(110,219,134); }
td.TdClassName
{
border-color: #6EDB86;
}
.TagClassName
{
border-color: #6EDB86;
}
</style>