Shades of Pastel Green #6EDC7F
Tints of Pastel Green #6EDC7F
RGB
CMYK
RGB Variations
Color information
#6EDC7F (or 0x6EDC7F) is known color: Pastel Green. HEX triplet: 6E, DC and 7F. RGB value is (110,220,127). Sum of RGB (Red+Green+Blue) = 110+220+127=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC7F is #912380. Grayscale: #B0B0B0. Windows color (decimal): -9511809 or 8379502. OLE color: 8379502.
HSL color Cylindrical-coordinate representation of color #6EDC7F: hue angle of 129.27º 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 #6EDC7F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 127 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.14 |
| HSL | 129.27º | 0.61% | 0.65% | - |
| HSV(B) | 129.27º | 0.5% | 0.86% | - |
| XYZ | 35.85 | 56.03 | 29 | - |
| YUV | 176.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 127 | 0.50 | 0 | 0.42 | 0.14 | 129.27 | 0.61 | 0.65 |
| Hex | 6E | DC | 7F | 32 | 0 | 2A | E | 81 | 3D | 41 |
| Octal | 156 | 334 | 177 | 62 | 0 | 52 | 16 | 201 | 75 | 101 |
| Binary | 1101110 | 11011100 | 1111111 | 110010 | 0 | 101010 | 1110 | 10000001 | 111101 | 1000001 |
Color Harmonies of #6EDC7F
Complementary color
Monochromatic Colors of #6EDC7F
Black with #6EDC7F
Text Example
Text Example
White with #6EDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC7F; }
p { color: rgb(110,220,127); }
H1.HeaderClassName
{
color: #6EDC7F;
}
.AnyTagClassName
{
color: #6EDC7F;
}
</style>
background-color css
<style>
a { background-color: #6EDC7F; }
a { background-color: rgb(110,220,127); }
div.DivClassName
{
background-color: #6EDC7F;
}
.BgClassName
{
background-color: #6EDC7F;
}
</style>
border-color css
<style>
span { border-color: #6EDC7F; }
span { border-color: rgb(110,220,127); }
td.TdClassName
{
border-color: #6EDC7F;
}
.TagClassName
{
border-color: #6EDC7F;
}
</style>