Shades of Pastel Green #6ED76A
Tints of Pastel Green #6ED76A
RGB
CMYK
RGB Variations
Color information
#6ED76A (or 0x6ED76A) is known color: Pastel Green. HEX triplet: 6E, D7 and 6A. RGB value is (110,215,106). Sum of RGB (Red+Green+Blue) = 110+215+106=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED76A is #912895. Grayscale: #ABABAB. Windows color (decimal): -9513110 or 7001966. OLE color: 7001966.
HSL color Cylindrical-coordinate representation of color #6ED76A: hue angle of 117.8º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED76A is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 106 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.16 |
| HSL | 117.8º | 0.58% | 0.63% | - |
| HSV(B) | 117.8º | 0.51% | 0.84% | - |
| XYZ | 33.33 | 52.96 | 22.1 | - |
| YUV | 171.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 106 | 0.49 | 0 | 0.51 | 0.16 | 117.8 | 0.58 | 0.63 |
| Hex | 6E | D7 | 6A | 31 | 0 | 33 | 10 | 76 | 3A | 3F |
| Octal | 156 | 327 | 152 | 61 | 0 | 63 | 20 | 166 | 72 | 77 |
| Binary | 1101110 | 11010111 | 1101010 | 110001 | 0 | 110011 | 10000 | 1110110 | 111010 | 111111 |
Color Harmonies of #6ED76A
Complementary color
Monochromatic Colors of #6ED76A
Black with #6ED76A
Text Example
Text Example
White with #6ED76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED76A; }
p { color: rgb(110,215,106); }
H1.HeaderClassName
{
color: #6ED76A;
}
.AnyTagClassName
{
color: #6ED76A;
}
</style>
background-color css
<style>
a { background-color: #6ED76A; }
a { background-color: rgb(110,215,106); }
div.DivClassName
{
background-color: #6ED76A;
}
.BgClassName
{
background-color: #6ED76A;
}
</style>
border-color css
<style>
span { border-color: #6ED76A; }
span { border-color: rgb(110,215,106); }
td.TdClassName
{
border-color: #6ED76A;
}
.TagClassName
{
border-color: #6ED76A;
}
</style>