Shades of Pastel Green #7EDE7B
Tints of Pastel Green #7EDE7B
RGB
CMYK
RGB Variations
Color information
#7EDE7B (or 0x7EDE7B) is known color: Pastel Green. HEX triplet: 7E, DE and 7B. RGB value is (126,222,123). Sum of RGB (Red+Green+Blue) = 126+222+123=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE7B is #812184. Grayscale: #B6B6B6. Windows color (decimal): -8462725 or 8117886. OLE color: 8117886.
HSL color Cylindrical-coordinate representation of color #7EDE7B: hue angle of 118.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EDE7B is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 123 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.13 |
| HSL | 118.18º | 0.6% | 0.68% | - |
| HSV(B) | 118.18º | 0.45% | 0.87% | - |
| XYZ | 38.3 | 58.11 | 27.94 | - |
| YUV | 182.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 123 | 0.43 | 0 | 0.45 | 0.13 | 118.18 | 0.6 | 0.68 |
| Hex | 7E | DE | 7B | 2B | 0 | 2D | D | 76 | 3C | 44 |
| Octal | 176 | 336 | 173 | 53 | 0 | 55 | 15 | 166 | 74 | 104 |
| Binary | 1111110 | 11011110 | 1111011 | 101011 | 0 | 101101 | 1101 | 1110110 | 111100 | 1000100 |
Color Harmonies of #7EDE7B
Complementary color
Monochromatic Colors of #7EDE7B
Black with #7EDE7B
Text Example
Text Example
White with #7EDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE7B; }
p { color: rgb(126,222,123); }
H1.HeaderClassName
{
color: #7EDE7B;
}
.AnyTagClassName
{
color: #7EDE7B;
}
</style>
background-color css
<style>
a { background-color: #7EDE7B; }
a { background-color: rgb(126,222,123); }
div.DivClassName
{
background-color: #7EDE7B;
}
.BgClassName
{
background-color: #7EDE7B;
}
</style>
border-color css
<style>
span { border-color: #7EDE7B; }
span { border-color: rgb(126,222,123); }
td.TdClassName
{
border-color: #7EDE7B;
}
.TagClassName
{
border-color: #7EDE7B;
}
</style>