Shades of Pastel Green #6EDD6B
Tints of Pastel Green #6EDD6B
RGB
CMYK
RGB Variations
Color information
#6EDD6B (or 0x6EDD6B) is known color: Pastel Green. HEX triplet: 6E, DD and 6B. RGB value is (110,221,107). Sum of RGB (Red+Green+Blue) = 110+221+107=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD6B is #912294. Grayscale: #AFAFAF. Windows color (decimal): -9511573 or 7069038. OLE color: 7069038.
HSL color Cylindrical-coordinate representation of color #6EDD6B: hue angle of 118.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDD6B is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 107 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.13 |
| HSL | 118.42º | 0.63% | 0.64% | - |
| HSV(B) | 118.42º | 0.52% | 0.87% | - |
| XYZ | 34.94 | 56.09 | 22.89 | - |
| YUV | 174.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 107 | 0.50 | 0 | 0.52 | 0.13 | 118.42 | 0.63 | 0.64 |
| Hex | 6E | DD | 6B | 32 | 0 | 34 | D | 76 | 3F | 40 |
| Octal | 156 | 335 | 153 | 62 | 0 | 64 | 15 | 166 | 77 | 100 |
| Binary | 1101110 | 11011101 | 1101011 | 110010 | 0 | 110100 | 1101 | 1110110 | 111111 | 1000000 |
Color Harmonies of #6EDD6B
Complementary color
Monochromatic Colors of #6EDD6B
Black with #6EDD6B
Text Example
Text Example
White with #6EDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD6B; }
p { color: rgb(110,221,107); }
H1.HeaderClassName
{
color: #6EDD6B;
}
.AnyTagClassName
{
color: #6EDD6B;
}
</style>
background-color css
<style>
a { background-color: #6EDD6B; }
a { background-color: rgb(110,221,107); }
div.DivClassName
{
background-color: #6EDD6B;
}
.BgClassName
{
background-color: #6EDD6B;
}
</style>
border-color css
<style>
span { border-color: #6EDD6B; }
span { border-color: rgb(110,221,107); }
td.TdClassName
{
border-color: #6EDD6B;
}
.TagClassName
{
border-color: #6EDD6B;
}
</style>