Shades of Pastel Green #7EF16A
Tints of Pastel Green #7EF16A
RGB
CMYK
RGB Variations
Color information
#7EF16A (or 0x7EF16A) is known color: Pastel Green. HEX triplet: 7E, F1 and 6A. RGB value is (126,241,106). Sum of RGB (Red+Green+Blue) = 126+241+106=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF16A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF16A is #810E95. Grayscale: #BFBFBF. Windows color (decimal): -8457878 or 7008638. OLE color: 7008638.
HSL color Cylindrical-coordinate representation of color #7EF16A: hue angle of 111.11º degrees, saturation: 0.83, 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 #7EF16A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 106 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.05 |
| HSL | 111.11º | 0.83% | 0.68% | - |
| HSV(B) | 111.11º | 0.56% | 0.95% | - |
| XYZ | 42.66 | 68.39 | 24.59 | - |
| YUV | 191.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 106 | 0.48 | 0 | 0.56 | 0.05 | 111.11 | 0.83 | 0.68 |
| Hex | 7E | F1 | 6A | 30 | 0 | 38 | 5 | 6F | 53 | 44 |
| Octal | 176 | 361 | 152 | 60 | 0 | 70 | 5 | 157 | 123 | 104 |
| Binary | 1111110 | 11110001 | 1101010 | 110000 | 0 | 111000 | 101 | 1101111 | 1010011 | 1000100 |
Color Harmonies of #7EF16A
Complementary color
Monochromatic Colors of #7EF16A
Black with #7EF16A
Text Example
Text Example
White with #7EF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF16A; }
p { color: rgb(126,241,106); }
H1.HeaderClassName
{
color: #7EF16A;
}
.AnyTagClassName
{
color: #7EF16A;
}
</style>
background-color css
<style>
a { background-color: #7EF16A; }
a { background-color: rgb(126,241,106); }
div.DivClassName
{
background-color: #7EF16A;
}
.BgClassName
{
background-color: #7EF16A;
}
</style>
border-color css
<style>
span { border-color: #7EF16A; }
span { border-color: rgb(126,241,106); }
td.TdClassName
{
border-color: #7EF16A;
}
.TagClassName
{
border-color: #7EF16A;
}
</style>