Shades of Pastel Green #6ECC80
Tints of Pastel Green #6ECC80
RGB
CMYK
RGB Variations
Color information
#6ECC80 (or 0x6ECC80) is known color: Pastel Green. HEX triplet: 6E, CC and 80. RGB value is (110,204,128). Sum of RGB (Red+Green+Blue) = 110+204+128=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECC80 is #91337F. Grayscale: #A7A7A7. Windows color (decimal): -9515904 or 8440942. OLE color: 8440942.
HSL color Cylindrical-coordinate representation of color #6ECC80: hue angle of 131.49º degrees, saturation: 0.48, 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 #6ECC80 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 128 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.2 |
| HSL | 131.49º | 0.48% | 0.62% | - |
| HSV(B) | 131.49º | 0.46% | 0.8% | - |
| XYZ | 31.92 | 48.06 | 28.02 | - |
| YUV | 167.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 128 | 0.46 | 0 | 0.37 | 0.2 | 131.49 | 0.48 | 0.62 |
| Hex | 6E | CC | 80 | 2E | 0 | 25 | 14 | 83 | 30 | 3E |
| Octal | 156 | 314 | 200 | 56 | 0 | 45 | 24 | 203 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10000000 | 101110 | 0 | 100101 | 10100 | 10000011 | 110000 | 111110 |
Color Harmonies of #6ECC80
Complementary color
Monochromatic Colors of #6ECC80
Black with #6ECC80
Text Example
Text Example
White with #6ECC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC80; }
p { color: rgb(110,204,128); }
H1.HeaderClassName
{
color: #6ECC80;
}
.AnyTagClassName
{
color: #6ECC80;
}
</style>
background-color css
<style>
a { background-color: #6ECC80; }
a { background-color: rgb(110,204,128); }
div.DivClassName
{
background-color: #6ECC80;
}
.BgClassName
{
background-color: #6ECC80;
}
</style>
border-color css
<style>
span { border-color: #6ECC80; }
span { border-color: rgb(110,204,128); }
td.TdClassName
{
border-color: #6ECC80;
}
.TagClassName
{
border-color: #6ECC80;
}
</style>