Shades of Pastel Green #7ED26C
Tints of Pastel Green #7ED26C
RGB
CMYK
RGB Variations
Color information
#7ED26C (or 0x7ED26C) is known color: Pastel Green. HEX triplet: 7E, D2 and 6C. RGB value is (126,210,108). Sum of RGB (Red+Green+Blue) = 126+210+108=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED26C is #812D93. Grayscale: #ADADAD. Windows color (decimal): -8465812 or 7131774. OLE color: 7131774.
HSL color Cylindrical-coordinate representation of color #7ED26C: hue angle of 109.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ED26C is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 108 | - |
| CMYK | 0.4 | 0 | 0.49 | 0.18 |
| HSL | 109.41º | 0.53% | 0.62% | - |
| HSV(B) | 109.41º | 0.49% | 0.82% | - |
| XYZ | 34.36 | 51.61 | 22.34 | - |
| YUV | 173.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 108 | 0.4 | 0 | 0.49 | 0.18 | 109.41 | 0.53 | 0.62 |
| Hex | 7E | D2 | 6C | 28 | 0 | 31 | 12 | 6D | 35 | 3E |
| Octal | 176 | 322 | 154 | 50 | 0 | 61 | 22 | 155 | 65 | 76 |
| Binary | 1111110 | 11010010 | 1101100 | 101000 | 0 | 110001 | 10010 | 1101101 | 110101 | 111110 |
Color Harmonies of #7ED26C
Complementary color
Monochromatic Colors of #7ED26C
Black with #7ED26C
Text Example
Text Example
White with #7ED26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED26C; }
p { color: rgb(126,210,108); }
H1.HeaderClassName
{
color: #7ED26C;
}
.AnyTagClassName
{
color: #7ED26C;
}
</style>
background-color css
<style>
a { background-color: #7ED26C; }
a { background-color: rgb(126,210,108); }
div.DivClassName
{
background-color: #7ED26C;
}
.BgClassName
{
background-color: #7ED26C;
}
</style>
border-color css
<style>
span { border-color: #7ED26C; }
span { border-color: rgb(126,210,108); }
td.TdClassName
{
border-color: #7ED26C;
}
.TagClassName
{
border-color: #7ED26C;
}
</style>