Shades of Pastel Green #7ECC74
Tints of Pastel Green #7ECC74
RGB
CMYK
RGB Variations
Color information
#7ECC74 (or 0x7ECC74) is known color: Pastel Green. HEX triplet: 7E, CC and 74. RGB value is (126,204,116). Sum of RGB (Red+Green+Blue) = 126+204+116=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECC74 is #81338B. Grayscale: #AAAAAA. Windows color (decimal): -8467340 or 7654526. OLE color: 7654526.
HSL color Cylindrical-coordinate representation of color #7ECC74: hue angle of 113.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECC74 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 116 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.2 |
| HSL | 113.18º | 0.46% | 0.63% | - |
| HSV(B) | 113.18º | 0.43% | 0.8% | - |
| XYZ | 33.35 | 48.88 | 24.2 | - |
| YUV | 170.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 116 | 0.38 | 0 | 0.43 | 0.2 | 113.18 | 0.46 | 0.63 |
| Hex | 7E | CC | 74 | 26 | 0 | 2B | 14 | 71 | 2E | 3F |
| Octal | 176 | 314 | 164 | 46 | 0 | 53 | 24 | 161 | 56 | 77 |
| Binary | 1111110 | 11001100 | 1110100 | 100110 | 0 | 101011 | 10100 | 1110001 | 101110 | 111111 |
Color Harmonies of #7ECC74
Complementary color
Monochromatic Colors of #7ECC74
Black with #7ECC74
Text Example
Text Example
White with #7ECC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC74; }
p { color: rgb(126,204,116); }
H1.HeaderClassName
{
color: #7ECC74;
}
.AnyTagClassName
{
color: #7ECC74;
}
</style>
background-color css
<style>
a { background-color: #7ECC74; }
a { background-color: rgb(126,204,116); }
div.DivClassName
{
background-color: #7ECC74;
}
.BgClassName
{
background-color: #7ECC74;
}
</style>
border-color css
<style>
span { border-color: #7ECC74; }
span { border-color: rgb(126,204,116); }
td.TdClassName
{
border-color: #7ECC74;
}
.TagClassName
{
border-color: #7ECC74;
}
</style>