Shades of Pastel Green #6ED775
Tints of Pastel Green #6ED775
RGB
CMYK
RGB Variations
Color information
#6ED775 (or 0x6ED775) is known color: Pastel Green. HEX triplet: 6E, D7 and 75. RGB value is (110,215,117). Sum of RGB (Red+Green+Blue) = 110+215+117=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED775 is #91288A. Grayscale: #ACACAC. Windows color (decimal): -9513099 or 7722862. OLE color: 7722862.
HSL color Cylindrical-coordinate representation of color #6ED775: hue angle of 124º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED775 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 117 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.16 |
| HSL | 124º | 0.57% | 0.64% | - |
| HSV(B) | 124º | 0.49% | 0.84% | - |
| XYZ | 33.94 | 53.2 | 25.31 | - |
| YUV | 172.43 | 96.71 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 117 | 0.49 | 0 | 0.46 | 0.16 | 124 | 0.57 | 0.64 |
| Hex | 6E | D7 | 75 | 31 | 0 | 2E | 10 | 7C | 39 | 40 |
| Octal | 156 | 327 | 165 | 61 | 0 | 56 | 20 | 174 | 71 | 100 |
| Binary | 1101110 | 11010111 | 1110101 | 110001 | 0 | 101110 | 10000 | 1111100 | 111001 | 1000000 |
Color Harmonies of #6ED775
Complementary color
Monochromatic Colors of #6ED775
Black with #6ED775
Text Example
Text Example
White with #6ED775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED775; }
p { color: rgb(110,215,117); }
H1.HeaderClassName
{
color: #6ED775;
}
.AnyTagClassName
{
color: #6ED775;
}
</style>
background-color css
<style>
a { background-color: #6ED775; }
a { background-color: rgb(110,215,117); }
div.DivClassName
{
background-color: #6ED775;
}
.BgClassName
{
background-color: #6ED775;
}
</style>
border-color css
<style>
span { border-color: #6ED775; }
span { border-color: rgb(110,215,117); }
td.TdClassName
{
border-color: #6ED775;
}
.TagClassName
{
border-color: #6ED775;
}
</style>