Shades of Pastel Green #6ED975
Tints of Pastel Green #6ED975
RGB
CMYK
RGB Variations
Color information
#6ED975 (or 0x6ED975) is known color: Pastel Green. HEX triplet: 6E, D9 and 75. RGB value is (110,217,117). Sum of RGB (Red+Green+Blue) = 110+217+117=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED975 is #91268A. Grayscale: #ADADAD. Windows color (decimal): -9512587 or 7723374. OLE color: 7723374.
HSL color Cylindrical-coordinate representation of color #6ED975: hue angle of 123.93º 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 #6ED975 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 117 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.15 |
| HSL | 123.93º | 0.58% | 0.64% | - |
| HSV(B) | 123.93º | 0.49% | 0.85% | - |
| XYZ | 34.45 | 54.23 | 25.48 | - |
| YUV | 173.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 117 | 0.49 | 0 | 0.46 | 0.15 | 123.93 | 0.58 | 0.64 |
| Hex | 6E | D9 | 75 | 31 | 0 | 2E | F | 7C | 3A | 40 |
| Octal | 156 | 331 | 165 | 61 | 0 | 56 | 17 | 174 | 72 | 100 |
| Binary | 1101110 | 11011001 | 1110101 | 110001 | 0 | 101110 | 1111 | 1111100 | 111010 | 1000000 |
Color Harmonies of #6ED975
Complementary color
Monochromatic Colors of #6ED975
Black with #6ED975
Text Example
Text Example
White with #6ED975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED975; }
p { color: rgb(110,217,117); }
H1.HeaderClassName
{
color: #6ED975;
}
.AnyTagClassName
{
color: #6ED975;
}
</style>
background-color css
<style>
a { background-color: #6ED975; }
a { background-color: rgb(110,217,117); }
div.DivClassName
{
background-color: #6ED975;
}
.BgClassName
{
background-color: #6ED975;
}
</style>
border-color css
<style>
span { border-color: #6ED975; }
span { border-color: rgb(110,217,117); }
td.TdClassName
{
border-color: #6ED975;
}
.TagClassName
{
border-color: #6ED975;
}
</style>