Shades of Pastel Green #7EFA7B
Tints of Pastel Green #7EFA7B
RGB
CMYK
RGB Variations
Color information
#7EFA7B (or 0x7EFA7B) is known color: Pastel Green. HEX triplet: 7E, FA and 7B. RGB value is (126,250,123). Sum of RGB (Red+Green+Blue) = 126+250+123=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFA7B is #810584. Grayscale: #C6C6C6. Windows color (decimal): -8455557 or 8125054. OLE color: 8125054.
HSL color Cylindrical-coordinate representation of color #7EFA7B: hue angle of 118.58º degrees, saturation: 0.93, 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 #7EFA7B is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 250 | 123 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.02 |
| HSL | 118.58º | 0.93% | 0.73% | - |
| HSV(B) | 118.58º | 0.51% | 0.98% | - |
| XYZ | 46.36 | 74.24 | 30.62 | - |
| YUV | 198.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 250 | 123 | 0.50 | 0 | 0.51 | 0.02 | 118.58 | 0.93 | 0.73 |
| Hex | 7E | FA | 7B | 32 | 0 | 33 | 2 | 77 | 5D | 49 |
| Octal | 176 | 372 | 173 | 62 | 0 | 63 | 2 | 167 | 135 | 111 |
| Binary | 1111110 | 11111010 | 1111011 | 110010 | 0 | 110011 | 10 | 1110111 | 1011101 | 1001001 |
Color Harmonies of #7EFA7B
Complementary color
Monochromatic Colors of #7EFA7B
Black with #7EFA7B
Text Example
Text Example
White with #7EFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFA7B; }
p { color: rgb(126,250,123); }
H1.HeaderClassName
{
color: #7EFA7B;
}
.AnyTagClassName
{
color: #7EFA7B;
}
</style>
background-color css
<style>
a { background-color: #7EFA7B; }
a { background-color: rgb(126,250,123); }
div.DivClassName
{
background-color: #7EFA7B;
}
.BgClassName
{
background-color: #7EFA7B;
}
</style>
border-color css
<style>
span { border-color: #7EFA7B; }
span { border-color: rgb(126,250,123); }
td.TdClassName
{
border-color: #7EFA7B;
}
.TagClassName
{
border-color: #7EFA7B;
}
</style>