Shades of Pastel Green #6EDA82
Tints of Pastel Green #6EDA82
RGB
CMYK
RGB Variations
Color information
#6EDA82 (or 0x6EDA82) is known color: Pastel Green. HEX triplet: 6E, DA and 82. RGB value is (110,218,130). Sum of RGB (Red+Green+Blue) = 110+218+130=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDA82 is #91257D. Grayscale: #AFAFAF. Windows color (decimal): -9512318 or 8575598. OLE color: 8575598.
HSL color Cylindrical-coordinate representation of color #6EDA82: hue angle of 131.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA82 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 130 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.15 |
| HSL | 131.11º | 0.59% | 0.64% | - |
| HSV(B) | 131.11º | 0.5% | 0.85% | - |
| XYZ | 35.53 | 55.07 | 29.88 | - |
| YUV | 175.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 130 | 0.50 | 0 | 0.40 | 0.15 | 131.11 | 0.59 | 0.64 |
| Hex | 6E | DA | 82 | 32 | 0 | 28 | F | 83 | 3B | 40 |
| Octal | 156 | 332 | 202 | 62 | 0 | 50 | 17 | 203 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10000010 | 110010 | 0 | 101000 | 1111 | 10000011 | 111011 | 1000000 |
Color Harmonies of #6EDA82
Complementary color
Monochromatic Colors of #6EDA82
Black with #6EDA82
Text Example
Text Example
White with #6EDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA82; }
p { color: rgb(110,218,130); }
H1.HeaderClassName
{
color: #6EDA82;
}
.AnyTagClassName
{
color: #6EDA82;
}
</style>
background-color css
<style>
a { background-color: #6EDA82; }
a { background-color: rgb(110,218,130); }
div.DivClassName
{
background-color: #6EDA82;
}
.BgClassName
{
background-color: #6EDA82;
}
</style>
border-color css
<style>
span { border-color: #6EDA82; }
span { border-color: rgb(110,218,130); }
td.TdClassName
{
border-color: #6EDA82;
}
.TagClassName
{
border-color: #6EDA82;
}
</style>