Shades of Pastel Green #6EDC5E
Tints of Pastel Green #6EDC5E
RGB
CMYK
RGB Variations
Color information
#6EDC5E (or 0x6EDC5E) is known color: Pastel Green. HEX triplet: 6E, DC and 5E. RGB value is (110,220,94). Sum of RGB (Red+Green+Blue) = 110+220+94=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC5E is #9123A1. Grayscale: #ADADAD. Windows color (decimal): -9511842 or 6216814. OLE color: 6216814.
HSL color Cylindrical-coordinate representation of color #6EDC5E: hue angle of 112.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDC5E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 94 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.14 |
| HSL | 112.38º | 0.64% | 0.62% | - |
| HSV(B) | 112.38º | 0.57% | 0.86% | - |
| XYZ | 34.04 | 55.31 | 19.47 | - |
| YUV | 172.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 94 | 0.50 | 0 | 0.57 | 0.14 | 112.38 | 0.64 | 0.62 |
| Hex | 6E | DC | 5E | 32 | 0 | 39 | E | 70 | 40 | 3E |
| Octal | 156 | 334 | 136 | 62 | 0 | 71 | 16 | 160 | 100 | 76 |
| Binary | 1101110 | 11011100 | 1011110 | 110010 | 0 | 111001 | 1110 | 1110000 | 1000000 | 111110 |
Color Harmonies of #6EDC5E
Complementary color
Monochromatic Colors of #6EDC5E
Black with #6EDC5E
Text Example
Text Example
White with #6EDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC5E; }
p { color: rgb(110,220,94); }
H1.HeaderClassName
{
color: #6EDC5E;
}
.AnyTagClassName
{
color: #6EDC5E;
}
</style>
background-color css
<style>
a { background-color: #6EDC5E; }
a { background-color: rgb(110,220,94); }
div.DivClassName
{
background-color: #6EDC5E;
}
.BgClassName
{
background-color: #6EDC5E;
}
</style>
border-color css
<style>
span { border-color: #6EDC5E; }
span { border-color: rgb(110,220,94); }
td.TdClassName
{
border-color: #6EDC5E;
}
.TagClassName
{
border-color: #6EDC5E;
}
</style>