Shades of Pastel Green #7EFB7A
Tints of Pastel Green #7EFB7A
RGB
CMYK
RGB Variations
Color information
#7EFB7A (or 0x7EFB7A) is known color: Pastel Green. HEX triplet: 7E, FB and 7A. RGB value is (126,251,122). Sum of RGB (Red+Green+Blue) = 126+251+122=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFB7A is #810485. Grayscale: #C7C7C7. Windows color (decimal): -8455302 or 8059774. OLE color: 8059774.
HSL color Cylindrical-coordinate representation of color #7EFB7A: hue angle of 118.14º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFB7A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 122 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.02 |
| HSL | 118.14º | 0.94% | 0.73% | - |
| HSV(B) | 118.14º | 0.51% | 0.98% | - |
| XYZ | 46.61 | 74.84 | 30.4 | - |
| YUV | 198.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 122 | 0.50 | 0 | 0.51 | 0.02 | 118.14 | 0.94 | 0.73 |
| Hex | 7E | FB | 7A | 32 | 0 | 33 | 2 | 76 | 5E | 49 |
| Octal | 176 | 373 | 172 | 62 | 0 | 63 | 2 | 166 | 136 | 111 |
| Binary | 1111110 | 11111011 | 1111010 | 110010 | 0 | 110011 | 10 | 1110110 | 1011110 | 1001001 |
Color Harmonies of #7EFB7A
Complementary color
Monochromatic Colors of #7EFB7A
Black with #7EFB7A
Text Example
Text Example
White with #7EFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFB7A; }
p { color: rgb(126,251,122); }
H1.HeaderClassName
{
color: #7EFB7A;
}
.AnyTagClassName
{
color: #7EFB7A;
}
</style>
background-color css
<style>
a { background-color: #7EFB7A; }
a { background-color: rgb(126,251,122); }
div.DivClassName
{
background-color: #7EFB7A;
}
.BgClassName
{
background-color: #7EFB7A;
}
</style>
border-color css
<style>
span { border-color: #7EFB7A; }
span { border-color: rgb(126,251,122); }
td.TdClassName
{
border-color: #7EFB7A;
}
.TagClassName
{
border-color: #7EFB7A;
}
</style>