Shades of Pastel Green #6ED170
Tints of Pastel Green #6ED170
RGB
CMYK
RGB Variations
Color information
#6ED170 (or 0x6ED170) is known color: Pastel Green. HEX triplet: 6E, D1 and 70. RGB value is (110,209,112). Sum of RGB (Red+Green+Blue) = 110+209+112=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED170 is #912E8F. Grayscale: #A8A8A8. Windows color (decimal): -9514640 or 7393646. OLE color: 7393646.
HSL color Cylindrical-coordinate representation of color #6ED170: hue angle of 121.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED170 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 112 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.18 |
| HSL | 121.21º | 0.52% | 0.63% | - |
| HSV(B) | 121.21º | 0.47% | 0.82% | - |
| XYZ | 32.16 | 50.09 | 23.3 | - |
| YUV | 168.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 112 | 0.47 | 0 | 0.46 | 0.18 | 121.21 | 0.52 | 0.63 |
| Hex | 6E | D1 | 70 | 2F | 0 | 2E | 12 | 79 | 34 | 3F |
| Octal | 156 | 321 | 160 | 57 | 0 | 56 | 22 | 171 | 64 | 77 |
| Binary | 1101110 | 11010001 | 1110000 | 101111 | 0 | 101110 | 10010 | 1111001 | 110100 | 111111 |
Color Harmonies of #6ED170
Complementary color
Monochromatic Colors of #6ED170
Black with #6ED170
Text Example
Text Example
White with #6ED170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED170; }
p { color: rgb(110,209,112); }
H1.HeaderClassName
{
color: #6ED170;
}
.AnyTagClassName
{
color: #6ED170;
}
</style>
background-color css
<style>
a { background-color: #6ED170; }
a { background-color: rgb(110,209,112); }
div.DivClassName
{
background-color: #6ED170;
}
.BgClassName
{
background-color: #6ED170;
}
</style>
border-color css
<style>
span { border-color: #6ED170; }
span { border-color: rgb(110,209,112); }
td.TdClassName
{
border-color: #6ED170;
}
.TagClassName
{
border-color: #6ED170;
}
</style>