Shades of Pastel Green #6ECE80
Tints of Pastel Green #6ECE80
RGB
CMYK
RGB Variations
Color information
#6ECE80 (or 0x6ECE80) is known color: Pastel Green. HEX triplet: 6E, CE and 80. RGB value is (110,206,128). Sum of RGB (Red+Green+Blue) = 110+206+128=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECE80 is #91317F. Grayscale: #A8A8A8. Windows color (decimal): -9515392 or 8441454. OLE color: 8441454.
HSL color Cylindrical-coordinate representation of color #6ECE80: hue angle of 131.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECE80 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 128 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.19 |
| HSL | 131.25º | 0.49% | 0.62% | - |
| HSV(B) | 131.25º | 0.47% | 0.81% | - |
| XYZ | 32.4 | 49.02 | 28.18 | - |
| YUV | 168.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 128 | 0.47 | 0 | 0.38 | 0.19 | 131.25 | 0.49 | 0.62 |
| Hex | 6E | CE | 80 | 2F | 0 | 26 | 13 | 83 | 31 | 3E |
| Octal | 156 | 316 | 200 | 57 | 0 | 46 | 23 | 203 | 61 | 76 |
| Binary | 1101110 | 11001110 | 10000000 | 101111 | 0 | 100110 | 10011 | 10000011 | 110001 | 111110 |
Color Harmonies of #6ECE80
Complementary color
Monochromatic Colors of #6ECE80
Black with #6ECE80
Text Example
Text Example
White with #6ECE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE80; }
p { color: rgb(110,206,128); }
H1.HeaderClassName
{
color: #6ECE80;
}
.AnyTagClassName
{
color: #6ECE80;
}
</style>
background-color css
<style>
a { background-color: #6ECE80; }
a { background-color: rgb(110,206,128); }
div.DivClassName
{
background-color: #6ECE80;
}
.BgClassName
{
background-color: #6ECE80;
}
</style>
border-color css
<style>
span { border-color: #6ECE80; }
span { border-color: rgb(110,206,128); }
td.TdClassName
{
border-color: #6ECE80;
}
.TagClassName
{
border-color: #6ECE80;
}
</style>