Shades of Pastel Green #6AD780
Tints of Pastel Green #6AD780
RGB
CMYK
RGB Variations
Color information
#6AD780 (or 0x6AD780) is known color: Pastel Green. HEX triplet: 6A, D7 and 80. RGB value is (106,215,128). Sum of RGB (Red+Green+Blue) = 106+215+128=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD780 is #95287F. Grayscale: #ACACAC. Windows color (decimal): -9775232 or 8443754. OLE color: 8443754.
HSL color Cylindrical-coordinate representation of color #6AD780: hue angle of 132.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD780 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 128 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.16 |
| HSL | 132.11º | 0.58% | 0.63% | - |
| HSV(B) | 132.11º | 0.51% | 0.84% | - |
| XYZ | 34.14 | 53.22 | 28.9 | - |
| YUV | 172.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 128 | 0.51 | 0 | 0.40 | 0.16 | 132.11 | 0.58 | 0.63 |
| Hex | 6A | D7 | 80 | 33 | 0 | 28 | 10 | 84 | 3A | 3F |
| Octal | 152 | 327 | 200 | 63 | 0 | 50 | 20 | 204 | 72 | 77 |
| Binary | 1101010 | 11010111 | 10000000 | 110011 | 0 | 101000 | 10000 | 10000100 | 111010 | 111111 |
Color Harmonies of #6AD780
Complementary color
Monochromatic Colors of #6AD780
Black with #6AD780
Text Example
Text Example
White with #6AD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD780; }
p { color: rgb(106,215,128); }
H1.HeaderClassName
{
color: #6AD780;
}
.AnyTagClassName
{
color: #6AD780;
}
</style>
background-color css
<style>
a { background-color: #6AD780; }
a { background-color: rgb(106,215,128); }
div.DivClassName
{
background-color: #6AD780;
}
.BgClassName
{
background-color: #6AD780;
}
</style>
border-color css
<style>
span { border-color: #6AD780; }
span { border-color: rgb(106,215,128); }
td.TdClassName
{
border-color: #6AD780;
}
.TagClassName
{
border-color: #6AD780;
}
</style>