Shades of Pastel Green #6EDA83
Tints of Pastel Green #6EDA83
RGB
CMYK
RGB Variations
Color information
#6EDA83 (or 0x6EDA83) is known color: Pastel Green. HEX triplet: 6E, DA and 83. RGB value is (110,218,131). Sum of RGB (Red+Green+Blue) = 110+218+131=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDA83 is #91257C. Grayscale: #B0B0B0. Windows color (decimal): -9512317 or 8641134. OLE color: 8641134.
HSL color Cylindrical-coordinate representation of color #6EDA83: hue angle of 131.67º 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 #6EDA83 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 131 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.15 |
| HSL | 131.67º | 0.59% | 0.64% | - |
| HSV(B) | 131.67º | 0.5% | 0.85% | - |
| XYZ | 35.6 | 55.1 | 30.23 | - |
| YUV | 175.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 131 | 0.50 | 0 | 0.40 | 0.15 | 131.67 | 0.59 | 0.64 |
| Hex | 6E | DA | 83 | 32 | 0 | 28 | F | 84 | 3B | 40 |
| Octal | 156 | 332 | 203 | 62 | 0 | 50 | 17 | 204 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10000011 | 110010 | 0 | 101000 | 1111 | 10000100 | 111011 | 1000000 |
Color Harmonies of #6EDA83
Complementary color
Monochromatic Colors of #6EDA83
Black with #6EDA83
Text Example
Text Example
White with #6EDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA83; }
p { color: rgb(110,218,131); }
H1.HeaderClassName
{
color: #6EDA83;
}
.AnyTagClassName
{
color: #6EDA83;
}
</style>
background-color css
<style>
a { background-color: #6EDA83; }
a { background-color: rgb(110,218,131); }
div.DivClassName
{
background-color: #6EDA83;
}
.BgClassName
{
background-color: #6EDA83;
}
</style>
border-color css
<style>
span { border-color: #6EDA83; }
span { border-color: rgb(110,218,131); }
td.TdClassName
{
border-color: #6EDA83;
}
.TagClassName
{
border-color: #6EDA83;
}
</style>