Shades of Pastel Green #6EDA5E
Tints of Pastel Green #6EDA5E
RGB
CMYK
RGB Variations
Color information
#6EDA5E (or 0x6EDA5E) is known color: Pastel Green. HEX triplet: 6E, DA and 5E. RGB value is (110,218,94). Sum of RGB (Red+Green+Blue) = 110+218+94=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA5E is #9125A1. Grayscale: #ABABAB. Windows color (decimal): -9512354 or 6216302. OLE color: 6216302.
HSL color Cylindrical-coordinate representation of color #6EDA5E: hue angle of 112.26º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDA5E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 94 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.15 |
| HSL | 112.26º | 0.63% | 0.61% | - |
| HSV(B) | 112.26º | 0.57% | 0.85% | - |
| XYZ | 33.52 | 54.27 | 19.3 | - |
| YUV | 171.57 | 84.22 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 94 | 0.50 | 0 | 0.57 | 0.15 | 112.26 | 0.63 | 0.61 |
| Hex | 6E | DA | 5E | 32 | 0 | 39 | F | 70 | 3F | 3D |
| Octal | 156 | 332 | 136 | 62 | 0 | 71 | 17 | 160 | 77 | 75 |
| Binary | 1101110 | 11011010 | 1011110 | 110010 | 0 | 111001 | 1111 | 1110000 | 111111 | 111101 |
Color Harmonies of #6EDA5E
Complementary color
Monochromatic Colors of #6EDA5E
Black with #6EDA5E
Text Example
Text Example
White with #6EDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA5E; }
p { color: rgb(110,218,94); }
H1.HeaderClassName
{
color: #6EDA5E;
}
.AnyTagClassName
{
color: #6EDA5E;
}
</style>
background-color css
<style>
a { background-color: #6EDA5E; }
a { background-color: rgb(110,218,94); }
div.DivClassName
{
background-color: #6EDA5E;
}
.BgClassName
{
background-color: #6EDA5E;
}
</style>
border-color css
<style>
span { border-color: #6EDA5E; }
span { border-color: rgb(110,218,94); }
td.TdClassName
{
border-color: #6EDA5E;
}
.TagClassName
{
border-color: #6EDA5E;
}
</style>