Shades of Pastel Green #6ED96B
Tints of Pastel Green #6ED96B
RGB
CMYK
RGB Variations
Color information
#6ED96B (or 0x6ED96B) is known color: Pastel Green. HEX triplet: 6E, D9 and 6B. RGB value is (110,217,107). Sum of RGB (Red+Green+Blue) = 110+217+107=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED96B is #912694. Grayscale: #ACACAC. Windows color (decimal): -9512597 or 7068014. OLE color: 7068014.
HSL color Cylindrical-coordinate representation of color #6ED96B: hue angle of 118.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED96B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 107 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.15 |
| HSL | 118.36º | 0.59% | 0.64% | - |
| HSV(B) | 118.36º | 0.51% | 0.85% | - |
| XYZ | 33.9 | 54 | 22.55 | - |
| YUV | 172.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 107 | 0.49 | 0 | 0.51 | 0.15 | 118.36 | 0.59 | 0.64 |
| Hex | 6E | D9 | 6B | 31 | 0 | 33 | F | 76 | 3B | 40 |
| Octal | 156 | 331 | 153 | 61 | 0 | 63 | 17 | 166 | 73 | 100 |
| Binary | 1101110 | 11011001 | 1101011 | 110001 | 0 | 110011 | 1111 | 1110110 | 111011 | 1000000 |
Color Harmonies of #6ED96B
Complementary color
Monochromatic Colors of #6ED96B
Black with #6ED96B
Text Example
Text Example
White with #6ED96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED96B; }
p { color: rgb(110,217,107); }
H1.HeaderClassName
{
color: #6ED96B;
}
.AnyTagClassName
{
color: #6ED96B;
}
</style>
background-color css
<style>
a { background-color: #6ED96B; }
a { background-color: rgb(110,217,107); }
div.DivClassName
{
background-color: #6ED96B;
}
.BgClassName
{
background-color: #6ED96B;
}
</style>
border-color css
<style>
span { border-color: #6ED96B; }
span { border-color: rgb(110,217,107); }
td.TdClassName
{
border-color: #6ED96B;
}
.TagClassName
{
border-color: #6ED96B;
}
</style>