Shades of Light Green #7EFE95
Tints of Light Green #7EFE95
RGB
CMYK
RGB Variations
Color information
#7EFE95 (or 0x7EFE95) is known color: Light Green. HEX triplet: 7E, FE and 95. RGB value is (126,254,149). Sum of RGB (Red+Green+Blue) = 126+254+149=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFE95 is #81016A. Grayscale: #CCCCCC. Windows color (decimal): -8454507 or 9830014. OLE color: 9830014.
HSL color Cylindrical-coordinate representation of color #7EFE95: hue angle of 130.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFE95 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 254 | 149 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.00 |
| HSL | 130.78º | 0.98% | 0.75% | - |
| HSV(B) | 130.78º | 0.5% | 1% | - |
| XYZ | 49.47 | 77.49 | 40.78 | - |
| YUV | 203.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 254 | 149 | 0.50 | 0 | 0.41 | 0.00 | 130.78 | 0.98 | 0.75 |
| Hex | 7E | FE | 95 | 32 | 0 | 29 | 0 | 83 | 62 | 4B |
| Octal | 176 | 376 | 225 | 62 | 0 | 51 | 0 | 203 | 142 | 113 |
| Binary | 1111110 | 11111110 | 10010101 | 110010 | 0 | 101001 | 0 | 10000011 | 1100010 | 1001011 |
Color Harmonies of #7EFE95
Complementary color
Monochromatic Colors of #7EFE95
Black with #7EFE95
Text Example
Text Example
White with #7EFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFE95; }
p { color: rgb(126,254,149); }
H1.HeaderClassName
{
color: #7EFE95;
}
.AnyTagClassName
{
color: #7EFE95;
}
</style>
background-color css
<style>
a { background-color: #7EFE95; }
a { background-color: rgb(126,254,149); }
div.DivClassName
{
background-color: #7EFE95;
}
.BgClassName
{
background-color: #7EFE95;
}
</style>
border-color css
<style>
span { border-color: #7EFE95; }
span { border-color: rgb(126,254,149); }
td.TdClassName
{
border-color: #7EFE95;
}
.TagClassName
{
border-color: #7EFE95;
}
</style>