Shades of Pastel Green #6ED276
Tints of Pastel Green #6ED276
RGB
CMYK
RGB Variations
Color information
#6ED276 (or 0x6ED276) is known color: Pastel Green. HEX triplet: 6E, D2 and 76. RGB value is (110,210,118). Sum of RGB (Red+Green+Blue) = 110+210+118=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED276 is #912D89. Grayscale: #A9A9A9. Windows color (decimal): -9514378 or 7787118. OLE color: 7787118.
HSL color Cylindrical-coordinate representation of color #6ED276: hue angle of 124.8º 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 #6ED276 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 118 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.18 |
| HSL | 124.8º | 0.53% | 0.63% | - |
| HSV(B) | 124.8º | 0.48% | 0.82% | - |
| XYZ | 32.75 | 50.72 | 25.2 | - |
| YUV | 169.61 | 98.87 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 118 | 0.48 | 0 | 0.44 | 0.18 | 124.8 | 0.53 | 0.63 |
| Hex | 6E | D2 | 76 | 30 | 0 | 2C | 12 | 7D | 35 | 3F |
| Octal | 156 | 322 | 166 | 60 | 0 | 54 | 22 | 175 | 65 | 77 |
| Binary | 1101110 | 11010010 | 1110110 | 110000 | 0 | 101100 | 10010 | 1111101 | 110101 | 111111 |
Color Harmonies of #6ED276
Complementary color
Monochromatic Colors of #6ED276
Black with #6ED276
Text Example
Text Example
White with #6ED276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED276; }
p { color: rgb(110,210,118); }
H1.HeaderClassName
{
color: #6ED276;
}
.AnyTagClassName
{
color: #6ED276;
}
</style>
background-color css
<style>
a { background-color: #6ED276; }
a { background-color: rgb(110,210,118); }
div.DivClassName
{
background-color: #6ED276;
}
.BgClassName
{
background-color: #6ED276;
}
</style>
border-color css
<style>
span { border-color: #6ED276; }
span { border-color: rgb(110,210,118); }
td.TdClassName
{
border-color: #6ED276;
}
.TagClassName
{
border-color: #6ED276;
}
</style>