Shades of Pastel Green #7ED37B
Tints of Pastel Green #7ED37B
RGB
CMYK
RGB Variations
Color information
#7ED37B (or 0x7ED37B) is known color: Pastel Green. HEX triplet: 7E, D3 and 7B. RGB value is (126,211,123). Sum of RGB (Red+Green+Blue) = 126+211+123=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED37B is #812C84. Grayscale: #AFAFAF. Windows color (decimal): -8465541 or 8115070. OLE color: 8115070.
HSL color Cylindrical-coordinate representation of color #7ED37B: hue angle of 117.95º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED37B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 123 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.17 |
| HSL | 117.95º | 0.5% | 0.65% | - |
| HSV(B) | 117.95º | 0.42% | 0.83% | - |
| XYZ | 35.47 | 52.45 | 26.99 | - |
| YUV | 175.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 123 | 0.40 | 0 | 0.42 | 0.17 | 117.95 | 0.5 | 0.65 |
| Hex | 7E | D3 | 7B | 28 | 0 | 2A | 11 | 76 | 32 | 41 |
| Octal | 176 | 323 | 173 | 50 | 0 | 52 | 21 | 166 | 62 | 101 |
| Binary | 1111110 | 11010011 | 1111011 | 101000 | 0 | 101010 | 10001 | 1110110 | 110010 | 1000001 |
Color Harmonies of #7ED37B
Complementary color
Monochromatic Colors of #7ED37B
Black with #7ED37B
Text Example
Text Example
White with #7ED37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED37B; }
p { color: rgb(126,211,123); }
H1.HeaderClassName
{
color: #7ED37B;
}
.AnyTagClassName
{
color: #7ED37B;
}
</style>
background-color css
<style>
a { background-color: #7ED37B; }
a { background-color: rgb(126,211,123); }
div.DivClassName
{
background-color: #7ED37B;
}
.BgClassName
{
background-color: #7ED37B;
}
</style>
border-color css
<style>
span { border-color: #7ED37B; }
span { border-color: rgb(126,211,123); }
td.TdClassName
{
border-color: #7ED37B;
}
.TagClassName
{
border-color: #7ED37B;
}
</style>