Shades of Pastel Green #6ECD80
Tints of Pastel Green #6ECD80
RGB
CMYK
RGB Variations
Color information
#6ECD80 (or 0x6ECD80) is known color: Pastel Green. HEX triplet: 6E, CD and 80. RGB value is (110,205,128). Sum of RGB (Red+Green+Blue) = 110+205+128=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECD80 is #91327F. Grayscale: #A8A8A8. Windows color (decimal): -9515648 or 8441198. OLE color: 8441198.
HSL color Cylindrical-coordinate representation of color #6ECD80: hue angle of 131.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECD80 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 128 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.20 |
| HSL | 131.37º | 0.49% | 0.62% | - |
| HSV(B) | 131.37º | 0.46% | 0.8% | - |
| XYZ | 32.16 | 48.54 | 28.1 | - |
| YUV | 167.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 128 | 0.46 | 0 | 0.38 | 0.20 | 131.37 | 0.49 | 0.62 |
| Hex | 6E | CD | 80 | 2E | 0 | 26 | 14 | 83 | 31 | 3E |
| Octal | 156 | 315 | 200 | 56 | 0 | 46 | 24 | 203 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10000000 | 101110 | 0 | 100110 | 10100 | 10000011 | 110001 | 111110 |
Color Harmonies of #6ECD80
Complementary color
Monochromatic Colors of #6ECD80
Black with #6ECD80
Text Example
Text Example
White with #6ECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD80; }
p { color: rgb(110,205,128); }
H1.HeaderClassName
{
color: #6ECD80;
}
.AnyTagClassName
{
color: #6ECD80;
}
</style>
background-color css
<style>
a { background-color: #6ECD80; }
a { background-color: rgb(110,205,128); }
div.DivClassName
{
background-color: #6ECD80;
}
.BgClassName
{
background-color: #6ECD80;
}
</style>
border-color css
<style>
span { border-color: #6ECD80; }
span { border-color: rgb(110,205,128); }
td.TdClassName
{
border-color: #6ECD80;
}
.TagClassName
{
border-color: #6ECD80;
}
</style>