Shades of Pastel Green #6ED26D
Tints of Pastel Green #6ED26D
RGB
CMYK
RGB Variations
Color information
#6ED26D (or 0x6ED26D) is known color: Pastel Green. HEX triplet: 6E, D2 and 6D. RGB value is (110,210,109). Sum of RGB (Red+Green+Blue) = 110+210+109=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED26D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED26D is #912D92. Grayscale: #A8A8A8. Windows color (decimal): -9514387 or 7197294. OLE color: 7197294.
HSL color Cylindrical-coordinate representation of color #6ED26D: hue angle of 119.41º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED26D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 109 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.18 |
| HSL | 119.41º | 0.53% | 0.63% | - |
| HSV(B) | 119.41º | 0.48% | 0.82% | - |
| XYZ | 32.24 | 50.51 | 22.52 | - |
| YUV | 168.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 109 | 0.48 | 0 | 0.48 | 0.18 | 119.41 | 0.53 | 0.63 |
| Hex | 6E | D2 | 6D | 30 | 0 | 30 | 12 | 77 | 35 | 3F |
| Octal | 156 | 322 | 155 | 60 | 0 | 60 | 22 | 167 | 65 | 77 |
| Binary | 1101110 | 11010010 | 1101101 | 110000 | 0 | 110000 | 10010 | 1110111 | 110101 | 111111 |
Color Harmonies of #6ED26D
Complementary color
Monochromatic Colors of #6ED26D
Black with #6ED26D
Text Example
Text Example
White with #6ED26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED26D; }
p { color: rgb(110,210,109); }
H1.HeaderClassName
{
color: #6ED26D;
}
.AnyTagClassName
{
color: #6ED26D;
}
</style>
background-color css
<style>
a { background-color: #6ED26D; }
a { background-color: rgb(110,210,109); }
div.DivClassName
{
background-color: #6ED26D;
}
.BgClassName
{
background-color: #6ED26D;
}
</style>
border-color css
<style>
span { border-color: #6ED26D; }
span { border-color: rgb(110,210,109); }
td.TdClassName
{
border-color: #6ED26D;
}
.TagClassName
{
border-color: #6ED26D;
}
</style>