Shades of Light Green #7EFD94
Tints of Light Green #7EFD94
RGB
CMYK
RGB Variations
Color information
#7EFD94 (or 0x7EFD94) is known color: Light Green. HEX triplet: 7E, FD and 94. RGB value is (126,253,148). Sum of RGB (Red+Green+Blue) = 126+253+148=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFD94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFD94 is #81026B. Grayscale: #CBCBCB. Windows color (decimal): -8454764 or 9764222. OLE color: 9764222.
HSL color Cylindrical-coordinate representation of color #7EFD94: hue angle of 130.39º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFD94 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 148 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.01 |
| HSL | 130.39º | 0.97% | 0.74% | - |
| HSV(B) | 130.39º | 0.5% | 0.99% | - |
| XYZ | 49.07 | 76.82 | 40.26 | - |
| YUV | 203.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 148 | 0.50 | 0 | 0.42 | 0.01 | 130.39 | 0.97 | 0.74 |
| Hex | 7E | FD | 94 | 32 | 0 | 2A | 1 | 82 | 61 | 4A |
| Octal | 176 | 375 | 224 | 62 | 0 | 52 | 1 | 202 | 141 | 112 |
| Binary | 1111110 | 11111101 | 10010100 | 110010 | 0 | 101010 | 1 | 10000010 | 1100001 | 1001010 |
Color Harmonies of #7EFD94
Complementary color
Monochromatic Colors of #7EFD94
Black with #7EFD94
Text Example
Text Example
White with #7EFD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFD94; }
p { color: rgb(126,253,148); }
H1.HeaderClassName
{
color: #7EFD94;
}
.AnyTagClassName
{
color: #7EFD94;
}
</style>
background-color css
<style>
a { background-color: #7EFD94; }
a { background-color: rgb(126,253,148); }
div.DivClassName
{
background-color: #7EFD94;
}
.BgClassName
{
background-color: #7EFD94;
}
</style>
border-color css
<style>
span { border-color: #7EFD94; }
span { border-color: rgb(126,253,148); }
td.TdClassName
{
border-color: #7EFD94;
}
.TagClassName
{
border-color: #7EFD94;
}
</style>