Shades of Pastel Green #6ED981
Tints of Pastel Green #6ED981
RGB
CMYK
RGB Variations
Color information
#6ED981 (or 0x6ED981) is known color: Pastel Green. HEX triplet: 6E, D9 and 81. RGB value is (110,217,129). Sum of RGB (Red+Green+Blue) = 110+217+129=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED981 is #91267E. Grayscale: #AFAFAF. Windows color (decimal): -9512575 or 8509806. OLE color: 8509806.
HSL color Cylindrical-coordinate representation of color #6ED981: hue angle of 130.65º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED981 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 129 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.15 |
| HSL | 130.65º | 0.58% | 0.64% | - |
| HSV(B) | 130.65º | 0.49% | 0.85% | - |
| XYZ | 35.21 | 54.53 | 29.44 | - |
| YUV | 174.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 129 | 0.49 | 0 | 0.41 | 0.15 | 130.65 | 0.58 | 0.64 |
| Hex | 6E | D9 | 81 | 31 | 0 | 29 | F | 83 | 3A | 40 |
| Octal | 156 | 331 | 201 | 61 | 0 | 51 | 17 | 203 | 72 | 100 |
| Binary | 1101110 | 11011001 | 10000001 | 110001 | 0 | 101001 | 1111 | 10000011 | 111010 | 1000000 |
Color Harmonies of #6ED981
Complementary color
Monochromatic Colors of #6ED981
Black with #6ED981
Text Example
Text Example
White with #6ED981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED981; }
p { color: rgb(110,217,129); }
H1.HeaderClassName
{
color: #6ED981;
}
.AnyTagClassName
{
color: #6ED981;
}
</style>
background-color css
<style>
a { background-color: #6ED981; }
a { background-color: rgb(110,217,129); }
div.DivClassName
{
background-color: #6ED981;
}
.BgClassName
{
background-color: #6ED981;
}
</style>
border-color css
<style>
span { border-color: #6ED981; }
span { border-color: rgb(110,217,129); }
td.TdClassName
{
border-color: #6ED981;
}
.TagClassName
{
border-color: #6ED981;
}
</style>