Shades of Pastel Green #6ED970
Tints of Pastel Green #6ED970
RGB
CMYK
RGB Variations
Color information
#6ED970 (or 0x6ED970) is known color: Pastel Green. HEX triplet: 6E, D9 and 70. RGB value is (110,217,112). Sum of RGB (Red+Green+Blue) = 110+217+112=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED970 is #91268F. Grayscale: #ADADAD. Windows color (decimal): -9512592 or 7395694. OLE color: 7395694.
HSL color Cylindrical-coordinate representation of color #6ED970: hue angle of 121.12º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED970 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 112 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.15 |
| HSL | 121.12º | 0.58% | 0.64% | - |
| HSV(B) | 121.12º | 0.49% | 0.85% | - |
| XYZ | 34.17 | 54.11 | 23.97 | - |
| YUV | 173.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 112 | 0.49 | 0 | 0.48 | 0.15 | 121.12 | 0.58 | 0.64 |
| Hex | 6E | D9 | 70 | 31 | 0 | 30 | F | 79 | 3A | 40 |
| Octal | 156 | 331 | 160 | 61 | 0 | 60 | 17 | 171 | 72 | 100 |
| Binary | 1101110 | 11011001 | 1110000 | 110001 | 0 | 110000 | 1111 | 1111001 | 111010 | 1000000 |
Color Harmonies of #6ED970
Complementary color
Monochromatic Colors of #6ED970
Black with #6ED970
Text Example
Text Example
White with #6ED970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED970; }
p { color: rgb(110,217,112); }
H1.HeaderClassName
{
color: #6ED970;
}
.AnyTagClassName
{
color: #6ED970;
}
</style>
background-color css
<style>
a { background-color: #6ED970; }
a { background-color: rgb(110,217,112); }
div.DivClassName
{
background-color: #6ED970;
}
.BgClassName
{
background-color: #6ED970;
}
</style>
border-color css
<style>
span { border-color: #6ED970; }
span { border-color: rgb(110,217,112); }
td.TdClassName
{
border-color: #6ED970;
}
.TagClassName
{
border-color: #6ED970;
}
</style>