Shades of Pastel Green #6EDD7F
Tints of Pastel Green #6EDD7F
RGB
CMYK
RGB Variations
Color information
#6EDD7F (or 0x6EDD7F) is known color: Pastel Green. HEX triplet: 6E, DD and 7F. RGB value is (110,221,127). Sum of RGB (Red+Green+Blue) = 110+221+127=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD7F is #912280. Grayscale: #B1B1B1. Windows color (decimal): -9511553 or 8379758. OLE color: 8379758.
HSL color Cylindrical-coordinate representation of color #6EDD7F: hue angle of 129.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDD7F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 127 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.13 |
| HSL | 129.19º | 0.62% | 0.65% | - |
| HSV(B) | 129.19º | 0.5% | 0.87% | - |
| XYZ | 36.12 | 56.56 | 29.09 | - |
| YUV | 177.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 127 | 0.50 | 0 | 0.43 | 0.13 | 129.19 | 0.62 | 0.65 |
| Hex | 6E | DD | 7F | 32 | 0 | 2B | D | 81 | 3E | 41 |
| Octal | 156 | 335 | 177 | 62 | 0 | 53 | 15 | 201 | 76 | 101 |
| Binary | 1101110 | 11011101 | 1111111 | 110010 | 0 | 101011 | 1101 | 10000001 | 111110 | 1000001 |
Color Harmonies of #6EDD7F
Complementary color
Monochromatic Colors of #6EDD7F
Black with #6EDD7F
Text Example
Text Example
White with #6EDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD7F; }
p { color: rgb(110,221,127); }
H1.HeaderClassName
{
color: #6EDD7F;
}
.AnyTagClassName
{
color: #6EDD7F;
}
</style>
background-color css
<style>
a { background-color: #6EDD7F; }
a { background-color: rgb(110,221,127); }
div.DivClassName
{
background-color: #6EDD7F;
}
.BgClassName
{
background-color: #6EDD7F;
}
</style>
border-color css
<style>
span { border-color: #6EDD7F; }
span { border-color: rgb(110,221,127); }
td.TdClassName
{
border-color: #6EDD7F;
}
.TagClassName
{
border-color: #6EDD7F;
}
</style>