Shades of Pastel Green #6EDA7F
Tints of Pastel Green #6EDA7F
RGB
CMYK
RGB Variations
Color information
#6EDA7F (or 0x6EDA7F) is known color: Pastel Green. HEX triplet: 6E, DA and 7F. RGB value is (110,218,127). Sum of RGB (Red+Green+Blue) = 110+218+127=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA7F is #912580. Grayscale: #AFAFAF. Windows color (decimal): -9512321 or 8378990. OLE color: 8378990.
HSL color Cylindrical-coordinate representation of color #6EDA7F: hue angle of 129.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA7F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 127 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.15 |
| HSL | 129.44º | 0.59% | 0.64% | - |
| HSV(B) | 129.44º | 0.5% | 0.85% | - |
| XYZ | 35.33 | 54.99 | 28.83 | - |
| YUV | 175.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 127 | 0.50 | 0 | 0.42 | 0.15 | 129.44 | 0.59 | 0.64 |
| Hex | 6E | DA | 7F | 32 | 0 | 2A | F | 81 | 3B | 40 |
| Octal | 156 | 332 | 177 | 62 | 0 | 52 | 17 | 201 | 73 | 100 |
| Binary | 1101110 | 11011010 | 1111111 | 110010 | 0 | 101010 | 1111 | 10000001 | 111011 | 1000000 |
Color Harmonies of #6EDA7F
Complementary color
Monochromatic Colors of #6EDA7F
Black with #6EDA7F
Text Example
Text Example
White with #6EDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA7F; }
p { color: rgb(110,218,127); }
H1.HeaderClassName
{
color: #6EDA7F;
}
.AnyTagClassName
{
color: #6EDA7F;
}
</style>
background-color css
<style>
a { background-color: #6EDA7F; }
a { background-color: rgb(110,218,127); }
div.DivClassName
{
background-color: #6EDA7F;
}
.BgClassName
{
background-color: #6EDA7F;
}
</style>
border-color css
<style>
span { border-color: #6EDA7F; }
span { border-color: rgb(110,218,127); }
td.TdClassName
{
border-color: #6EDA7F;
}
.TagClassName
{
border-color: #6EDA7F;
}
</style>