Shades of Pastel Green #7ED374
Tints of Pastel Green #7ED374
RGB
CMYK
RGB Variations
Color information
#7ED374 (or 0x7ED374) is known color: Pastel Green. HEX triplet: 7E, D3 and 74. RGB value is (126,211,116). Sum of RGB (Red+Green+Blue) = 126+211+116=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED374 is #812C8B. Grayscale: #AFAFAF. Windows color (decimal): -8465548 or 7656318. OLE color: 7656318.
HSL color Cylindrical-coordinate representation of color #7ED374: hue angle of 113.68º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ED374 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 116 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.17 |
| HSL | 113.68º | 0.52% | 0.64% | - |
| HSV(B) | 113.68º | 0.45% | 0.83% | - |
| XYZ | 35.05 | 52.29 | 24.77 | - |
| YUV | 174.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 116 | 0.40 | 0 | 0.45 | 0.17 | 113.68 | 0.52 | 0.64 |
| Hex | 7E | D3 | 74 | 28 | 0 | 2D | 11 | 72 | 34 | 40 |
| Octal | 176 | 323 | 164 | 50 | 0 | 55 | 21 | 162 | 64 | 100 |
| Binary | 1111110 | 11010011 | 1110100 | 101000 | 0 | 101101 | 10001 | 1110010 | 110100 | 1000000 |
Color Harmonies of #7ED374
Complementary color
Monochromatic Colors of #7ED374
Black with #7ED374
Text Example
Text Example
White with #7ED374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED374; }
p { color: rgb(126,211,116); }
H1.HeaderClassName
{
color: #7ED374;
}
.AnyTagClassName
{
color: #7ED374;
}
</style>
background-color css
<style>
a { background-color: #7ED374; }
a { background-color: rgb(126,211,116); }
div.DivClassName
{
background-color: #7ED374;
}
.BgClassName
{
background-color: #7ED374;
}
</style>
border-color css
<style>
span { border-color: #7ED374; }
span { border-color: rgb(126,211,116); }
td.TdClassName
{
border-color: #7ED374;
}
.TagClassName
{
border-color: #7ED374;
}
</style>