Shades of Pastel Green #6EEA8D
Tints of Pastel Green #6EEA8D
RGB
CMYK
RGB Variations
Color information
#6EEA8D (or 0x6EEA8D) is known color: Pastel Green. HEX triplet: 6E, EA and 8D. RGB value is (110,234,141). Sum of RGB (Red+Green+Blue) = 110+234+141=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EEA8D is #911572. Grayscale: #BABABA. Windows color (decimal): -9508211 or 9300590. OLE color: 9300590.
HSL color Cylindrical-coordinate representation of color #6EEA8D: hue angle of 135º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEA8D is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 141 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.08 |
| HSL | 135º | 0.75% | 0.67% | - |
| HSV(B) | 135º | 0.53% | 0.92% | - |
| XYZ | 40.66 | 64.08 | 35.43 | - |
| YUV | 186.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 141 | 0.53 | 0 | 0.40 | 0.08 | 135 | 0.75 | 0.67 |
| Hex | 6E | EA | 8D | 35 | 0 | 28 | 8 | 87 | 4B | 43 |
| Octal | 156 | 352 | 215 | 65 | 0 | 50 | 10 | 207 | 113 | 103 |
| Binary | 1101110 | 11101010 | 10001101 | 110101 | 0 | 101000 | 1000 | 10000111 | 1001011 | 1000011 |
Color Harmonies of #6EEA8D
Complementary color
Monochromatic Colors of #6EEA8D
Black with #6EEA8D
Text Example
Text Example
White with #6EEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEA8D; }
p { color: rgb(110,234,141); }
H1.HeaderClassName
{
color: #6EEA8D;
}
.AnyTagClassName
{
color: #6EEA8D;
}
</style>
background-color css
<style>
a { background-color: #6EEA8D; }
a { background-color: rgb(110,234,141); }
div.DivClassName
{
background-color: #6EEA8D;
}
.BgClassName
{
background-color: #6EEA8D;
}
</style>
border-color css
<style>
span { border-color: #6EEA8D; }
span { border-color: rgb(110,234,141); }
td.TdClassName
{
border-color: #6EEA8D;
}
.TagClassName
{
border-color: #6EEA8D;
}
</style>