Shades of Light Green #7EFF90
Tints of Light Green #7EFF90
RGB
CMYK
RGB Variations
Color information
#7EFF90 (or 0x7EFF90) is known color: Light Green. HEX triplet: 7E, FF and 90. RGB value is (126,255,144). Sum of RGB (Red+Green+Blue) = 126+255+144=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFF90 is #81006F. Grayscale: #CCCCCC. Windows color (decimal): -8454256 or 9502590. OLE color: 9502590.
HSL color Cylindrical-coordinate representation of color #7EFF90: hue angle of 128.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFF90 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 144 | - |
| CMYK | 0.51 | 0 | 0.44 | 0 |
| HSL | 128.37º | 1% | 0.75% | - |
| HSV(B) | 128.37º | 0.51% | 1% | - |
| XYZ | 49.4 | 77.97 | 38.83 | - |
| YUV | 203.78 | 94.26 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 144 | 0.51 | 0 | 0.44 | 0 | 128.37 | 1 | 0.75 |
| Hex | 7E | FF | 90 | 33 | 0 | 2C | 0 | 80 | 64 | 4B |
| Octal | 176 | 377 | 220 | 63 | 0 | 54 | 0 | 200 | 144 | 113 |
| Binary | 1111110 | 11111111 | 10010000 | 110011 | 0 | 101100 | 0 | 10000000 | 1100100 | 1001011 |
Color Harmonies of #7EFF90
Complementary color
Monochromatic Colors of #7EFF90
Black with #7EFF90
Text Example
Text Example
White with #7EFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF90; }
p { color: rgb(126,255,144); }
H1.HeaderClassName
{
color: #7EFF90;
}
.AnyTagClassName
{
color: #7EFF90;
}
</style>
background-color css
<style>
a { background-color: #7EFF90; }
a { background-color: rgb(126,255,144); }
div.DivClassName
{
background-color: #7EFF90;
}
.BgClassName
{
background-color: #7EFF90;
}
</style>
border-color css
<style>
span { border-color: #7EFF90; }
span { border-color: rgb(126,255,144); }
td.TdClassName
{
border-color: #7EFF90;
}
.TagClassName
{
border-color: #7EFF90;
}
</style>