Shades of Pastel Green #7EF16C
Tints of Pastel Green #7EF16C
RGB
CMYK
RGB Variations
Color information
#7EF16C (or 0x7EF16C) is known color: Pastel Green. HEX triplet: 7E, F1 and 6C. RGB value is (126,241,108). Sum of RGB (Red+Green+Blue) = 126+241+108=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF16C is #810E93. Grayscale: #BFBFBF. Windows color (decimal): -8457876 or 7139710. OLE color: 7139710.
HSL color Cylindrical-coordinate representation of color #7EF16C: hue angle of 111.88º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EF16C is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 108 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.05 |
| HSL | 111.88º | 0.83% | 0.68% | - |
| HSV(B) | 111.88º | 0.55% | 0.95% | - |
| XYZ | 42.77 | 68.43 | 25.14 | - |
| YUV | 191.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 108 | 0.48 | 0 | 0.55 | 0.05 | 111.88 | 0.83 | 0.68 |
| Hex | 7E | F1 | 6C | 30 | 0 | 37 | 5 | 70 | 53 | 44 |
| Octal | 176 | 361 | 154 | 60 | 0 | 67 | 5 | 160 | 123 | 104 |
| Binary | 1111110 | 11110001 | 1101100 | 110000 | 0 | 110111 | 101 | 1110000 | 1010011 | 1000100 |
Color Harmonies of #7EF16C
Complementary color
Monochromatic Colors of #7EF16C
Black with #7EF16C
Text Example
Text Example
White with #7EF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF16C; }
p { color: rgb(126,241,108); }
H1.HeaderClassName
{
color: #7EF16C;
}
.AnyTagClassName
{
color: #7EF16C;
}
</style>
background-color css
<style>
a { background-color: #7EF16C; }
a { background-color: rgb(126,241,108); }
div.DivClassName
{
background-color: #7EF16C;
}
.BgClassName
{
background-color: #7EF16C;
}
</style>
border-color css
<style>
span { border-color: #7EF16C; }
span { border-color: rgb(126,241,108); }
td.TdClassName
{
border-color: #7EF16C;
}
.TagClassName
{
border-color: #7EF16C;
}
</style>