Shades of Pastel Green #6EDC7D
Tints of Pastel Green #6EDC7D
RGB
CMYK
RGB Variations
Color information
#6EDC7D (or 0x6EDC7D) is known color: Pastel Green. HEX triplet: 6E, DC and 7D. RGB value is (110,220,125). Sum of RGB (Red+Green+Blue) = 110+220+125=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC7D is #912382. Grayscale: #B0B0B0. Windows color (decimal): -9511811 or 8248430. OLE color: 8248430.
HSL color Cylindrical-coordinate representation of color #6EDC7D: hue angle of 128.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC7D is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 125 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.14 |
| HSL | 128.18º | 0.61% | 0.65% | - |
| HSV(B) | 128.18º | 0.5% | 0.86% | - |
| XYZ | 35.73 | 55.98 | 28.32 | - |
| YUV | 176.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 125 | 0.50 | 0 | 0.43 | 0.14 | 128.18 | 0.61 | 0.65 |
| Hex | 6E | DC | 7D | 32 | 0 | 2B | E | 80 | 3D | 41 |
| Octal | 156 | 334 | 175 | 62 | 0 | 53 | 16 | 200 | 75 | 101 |
| Binary | 1101110 | 11011100 | 1111101 | 110010 | 0 | 101011 | 1110 | 10000000 | 111101 | 1000001 |
Color Harmonies of #6EDC7D
Complementary color
Monochromatic Colors of #6EDC7D
Black with #6EDC7D
Text Example
Text Example
White with #6EDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC7D; }
p { color: rgb(110,220,125); }
H1.HeaderClassName
{
color: #6EDC7D;
}
.AnyTagClassName
{
color: #6EDC7D;
}
</style>
background-color css
<style>
a { background-color: #6EDC7D; }
a { background-color: rgb(110,220,125); }
div.DivClassName
{
background-color: #6EDC7D;
}
.BgClassName
{
background-color: #6EDC7D;
}
</style>
border-color css
<style>
span { border-color: #6EDC7D; }
span { border-color: rgb(110,220,125); }
td.TdClassName
{
border-color: #6EDC7D;
}
.TagClassName
{
border-color: #6EDC7D;
}
</style>