Shades of Light Green #7EFF8C
Tints of Light Green #7EFF8C
RGB
CMYK
RGB Variations
Color information
#7EFF8C (or 0x7EFF8C) is known color: Light Green. HEX triplet: 7E, FF and 8C. RGB value is (126,255,140). Sum of RGB (Red+Green+Blue) = 126+255+140=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFF8C is #810073. Grayscale: #CBCBCB. Windows color (decimal): -8454260 or 9240446. OLE color: 9240446.
HSL color Cylindrical-coordinate representation of color #7EFF8C: hue angle of 126.51º 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 #7EFF8C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 140 | - |
| CMYK | 0.51 | 0 | 0.45 | 0 |
| HSL | 126.51º | 1% | 0.75% | - |
| HSV(B) | 126.51º | 0.51% | 1% | - |
| XYZ | 49.1 | 77.85 | 37.25 | - |
| YUV | 203.32 | 92.26 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 140 | 0.51 | 0 | 0.45 | 0 | 126.51 | 1 | 0.75 |
| Hex | 7E | FF | 8C | 33 | 0 | 2D | 0 | 7F | 64 | 4B |
| Octal | 176 | 377 | 214 | 63 | 0 | 55 | 0 | 177 | 144 | 113 |
| Binary | 1111110 | 11111111 | 10001100 | 110011 | 0 | 101101 | 0 | 1111111 | 1100100 | 1001011 |
Color Harmonies of #7EFF8C
Complementary color
Monochromatic Colors of #7EFF8C
Black with #7EFF8C
Text Example
Text Example
White with #7EFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF8C; }
p { color: rgb(126,255,140); }
H1.HeaderClassName
{
color: #7EFF8C;
}
.AnyTagClassName
{
color: #7EFF8C;
}
</style>
background-color css
<style>
a { background-color: #7EFF8C; }
a { background-color: rgb(126,255,140); }
div.DivClassName
{
background-color: #7EFF8C;
}
.BgClassName
{
background-color: #7EFF8C;
}
</style>
border-color css
<style>
span { border-color: #7EFF8C; }
span { border-color: rgb(126,255,140); }
td.TdClassName
{
border-color: #7EFF8C;
}
.TagClassName
{
border-color: #7EFF8C;
}
</style>