Shades of Pastel Green #6ED97D
Tints of Pastel Green #6ED97D
RGB
CMYK
RGB Variations
Color information
#6ED97D (or 0x6ED97D) is known color: Pastel Green. HEX triplet: 6E, D9 and 7D. RGB value is (110,217,125). Sum of RGB (Red+Green+Blue) = 110+217+125=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED97D is #912682. Grayscale: #AEAEAE. Windows color (decimal): -9512579 or 8247662. OLE color: 8247662.
HSL color Cylindrical-coordinate representation of color #6ED97D: hue angle of 128.41º 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 #6ED97D is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 125 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.15 |
| HSL | 128.41º | 0.58% | 0.64% | - |
| HSV(B) | 128.41º | 0.49% | 0.85% | - |
| XYZ | 34.94 | 54.42 | 28.06 | - |
| YUV | 174.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 125 | 0.49 | 0 | 0.42 | 0.15 | 128.41 | 0.58 | 0.64 |
| Hex | 6E | D9 | 7D | 31 | 0 | 2A | F | 80 | 3A | 40 |
| Octal | 156 | 331 | 175 | 61 | 0 | 52 | 17 | 200 | 72 | 100 |
| Binary | 1101110 | 11011001 | 1111101 | 110001 | 0 | 101010 | 1111 | 10000000 | 111010 | 1000000 |
Color Harmonies of #6ED97D
Complementary color
Monochromatic Colors of #6ED97D
Black with #6ED97D
Text Example
Text Example
White with #6ED97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED97D; }
p { color: rgb(110,217,125); }
H1.HeaderClassName
{
color: #6ED97D;
}
.AnyTagClassName
{
color: #6ED97D;
}
</style>
background-color css
<style>
a { background-color: #6ED97D; }
a { background-color: rgb(110,217,125); }
div.DivClassName
{
background-color: #6ED97D;
}
.BgClassName
{
background-color: #6ED97D;
}
</style>
border-color css
<style>
span { border-color: #6ED97D; }
span { border-color: rgb(110,217,125); }
td.TdClassName
{
border-color: #6ED97D;
}
.TagClassName
{
border-color: #6ED97D;
}
</style>