Shades of Pastel Green #6ED785
Tints of Pastel Green #6ED785
RGB
CMYK
RGB Variations
Color information
#6ED785 (or 0x6ED785) is known color: Pastel Green. HEX triplet: 6E, D7 and 85. RGB value is (110,215,133). Sum of RGB (Red+Green+Blue) = 110+215+133=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED785 is #91287A. Grayscale: #AEAEAE. Windows color (decimal): -9513083 or 8771438. OLE color: 8771438.
HSL color Cylindrical-coordinate representation of color #6ED785: hue angle of 133.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED785 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 133 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.16 |
| HSL | 133.14º | 0.57% | 0.64% | - |
| HSV(B) | 133.14º | 0.49% | 0.84% | - |
| XYZ | 34.96 | 53.61 | 30.7 | - |
| YUV | 174.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 133 | 0.49 | 0 | 0.38 | 0.16 | 133.14 | 0.57 | 0.64 |
| Hex | 6E | D7 | 85 | 31 | 0 | 26 | 10 | 85 | 39 | 40 |
| Octal | 156 | 327 | 205 | 61 | 0 | 46 | 20 | 205 | 71 | 100 |
| Binary | 1101110 | 11010111 | 10000101 | 110001 | 0 | 100110 | 10000 | 10000101 | 111001 | 1000000 |
Color Harmonies of #6ED785
Complementary color
Monochromatic Colors of #6ED785
Black with #6ED785
Text Example
Text Example
White with #6ED785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED785; }
p { color: rgb(110,215,133); }
H1.HeaderClassName
{
color: #6ED785;
}
.AnyTagClassName
{
color: #6ED785;
}
</style>
background-color css
<style>
a { background-color: #6ED785; }
a { background-color: rgb(110,215,133); }
div.DivClassName
{
background-color: #6ED785;
}
.BgClassName
{
background-color: #6ED785;
}
</style>
border-color css
<style>
span { border-color: #6ED785; }
span { border-color: rgb(110,215,133); }
td.TdClassName
{
border-color: #6ED785;
}
.TagClassName
{
border-color: #6ED785;
}
</style>