Shades of Light Green #7EFD8A
Tints of Light Green #7EFD8A
RGB
CMYK
RGB Variations
Color information
#7EFD8A (or 0x7EFD8A) is known color: Light Green. HEX triplet: 7E, FD and 8A. RGB value is (126,253,138). Sum of RGB (Red+Green+Blue) = 126+253+138=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFD8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFD8A is #810275. Grayscale: #CACACA. Windows color (decimal): -8454774 or 9108862. OLE color: 9108862.
HSL color Cylindrical-coordinate representation of color #7EFD8A: hue angle of 125.67º 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 #7EFD8A is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 138 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.01 |
| HSL | 125.67º | 0.97% | 0.74% | - |
| HSV(B) | 125.67º | 0.5% | 0.99% | - |
| XYZ | 48.32 | 76.52 | 36.27 | - |
| YUV | 201.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 138 | 0.50 | 0 | 0.45 | 0.01 | 125.67 | 0.97 | 0.74 |
| Hex | 7E | FD | 8A | 32 | 0 | 2D | 1 | 7E | 61 | 4A |
| Octal | 176 | 375 | 212 | 62 | 0 | 55 | 1 | 176 | 141 | 112 |
| Binary | 1111110 | 11111101 | 10001010 | 110010 | 0 | 101101 | 1 | 1111110 | 1100001 | 1001010 |
Color Harmonies of #7EFD8A
Complementary color
Monochromatic Colors of #7EFD8A
Black with #7EFD8A
Text Example
Text Example
White with #7EFD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFD8A; }
p { color: rgb(126,253,138); }
H1.HeaderClassName
{
color: #7EFD8A;
}
.AnyTagClassName
{
color: #7EFD8A;
}
</style>
background-color css
<style>
a { background-color: #7EFD8A; }
a { background-color: rgb(126,253,138); }
div.DivClassName
{
background-color: #7EFD8A;
}
.BgClassName
{
background-color: #7EFD8A;
}
</style>
border-color css
<style>
span { border-color: #7EFD8A; }
span { border-color: rgb(126,253,138); }
td.TdClassName
{
border-color: #7EFD8A;
}
.TagClassName
{
border-color: #7EFD8A;
}
</style>