Shades of Pastel Green #7EF36A
Tints of Pastel Green #7EF36A
RGB
CMYK
RGB Variations
Color information
#7EF36A (or 0x7EF36A) is known color: Pastel Green. HEX triplet: 7E, F3 and 6A. RGB value is (126,243,106). Sum of RGB (Red+Green+Blue) = 126+243+106=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF36A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF36A is #810C95. Grayscale: #C0C0C0. Windows color (decimal): -8457366 or 7009150. OLE color: 7009150.
HSL color Cylindrical-coordinate representation of color #7EF36A: hue angle of 111.24º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EF36A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 243 | 106 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.05 |
| HSL | 111.24º | 0.85% | 0.68% | - |
| HSV(B) | 111.24º | 0.56% | 0.95% | - |
| XYZ | 43.26 | 69.58 | 24.79 | - |
| YUV | 192.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 243 | 106 | 0.48 | 0 | 0.56 | 0.05 | 111.24 | 0.85 | 0.68 |
| Hex | 7E | F3 | 6A | 30 | 0 | 38 | 5 | 6F | 55 | 44 |
| Octal | 176 | 363 | 152 | 60 | 0 | 70 | 5 | 157 | 125 | 104 |
| Binary | 1111110 | 11110011 | 1101010 | 110000 | 0 | 111000 | 101 | 1101111 | 1010101 | 1000100 |
Color Harmonies of #7EF36A
Complementary color
Monochromatic Colors of #7EF36A
Black with #7EF36A
Text Example
Text Example
White with #7EF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF36A; }
p { color: rgb(126,243,106); }
H1.HeaderClassName
{
color: #7EF36A;
}
.AnyTagClassName
{
color: #7EF36A;
}
</style>
background-color css
<style>
a { background-color: #7EF36A; }
a { background-color: rgb(126,243,106); }
div.DivClassName
{
background-color: #7EF36A;
}
.BgClassName
{
background-color: #7EF36A;
}
</style>
border-color css
<style>
span { border-color: #7EF36A; }
span { border-color: rgb(126,243,106); }
td.TdClassName
{
border-color: #7EF36A;
}
.TagClassName
{
border-color: #7EF36A;
}
</style>