Shades of Pastel Green #6ED884
Tints of Pastel Green #6ED884
RGB
CMYK
RGB Variations
Color information
#6ED884 (or 0x6ED884) is known color: Pastel Green. HEX triplet: 6E, D8 and 84. RGB value is (110,216,132). Sum of RGB (Red+Green+Blue) = 110+216+132=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED884 is #91277B. Grayscale: #AEAEAE. Windows color (decimal): -9512828 or 8706158. OLE color: 8706158.
HSL color Cylindrical-coordinate representation of color #6ED884: hue angle of 132.45º 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 #6ED884 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 132 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.15 |
| HSL | 132.45º | 0.58% | 0.64% | - |
| HSV(B) | 132.45º | 0.49% | 0.85% | - |
| XYZ | 35.15 | 54.09 | 30.42 | - |
| YUV | 174.73 | 103.88 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 132 | 0.49 | 0 | 0.39 | 0.15 | 132.45 | 0.58 | 0.64 |
| Hex | 6E | D8 | 84 | 31 | 0 | 27 | F | 84 | 3A | 40 |
| Octal | 156 | 330 | 204 | 61 | 0 | 47 | 17 | 204 | 72 | 100 |
| Binary | 1101110 | 11011000 | 10000100 | 110001 | 0 | 100111 | 1111 | 10000100 | 111010 | 1000000 |
Color Harmonies of #6ED884
Complementary color
Monochromatic Colors of #6ED884
Black with #6ED884
Text Example
Text Example
White with #6ED884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED884; }
p { color: rgb(110,216,132); }
H1.HeaderClassName
{
color: #6ED884;
}
.AnyTagClassName
{
color: #6ED884;
}
</style>
background-color css
<style>
a { background-color: #6ED884; }
a { background-color: rgb(110,216,132); }
div.DivClassName
{
background-color: #6ED884;
}
.BgClassName
{
background-color: #6ED884;
}
</style>
border-color css
<style>
span { border-color: #6ED884; }
span { border-color: rgb(110,216,132); }
td.TdClassName
{
border-color: #6ED884;
}
.TagClassName
{
border-color: #6ED884;
}
</style>