Shades of Light Green #7EFF85
Tints of Light Green #7EFF85
RGB
CMYK
RGB Variations
Color information
#7EFF85 (or 0x7EFF85) is known color: Light Green. HEX triplet: 7E, FF and 85. RGB value is (126,255,133). Sum of RGB (Red+Green+Blue) = 126+255+133=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFF85 is #81007A. Grayscale: #CACACA. Windows color (decimal): -8454267 or 8781694. OLE color: 8781694.
HSL color Cylindrical-coordinate representation of color #7EFF85: hue angle of 123.26º 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 #7EFF85 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 133 | - |
| CMYK | 0.51 | 0 | 0.48 | 0 |
| HSL | 123.26º | 1% | 0.75% | - |
| HSV(B) | 123.26º | 0.51% | 1% | - |
| XYZ | 48.6 | 77.65 | 34.62 | - |
| YUV | 202.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 133 | 0.51 | 0 | 0.48 | 0 | 123.26 | 1 | 0.75 |
| Hex | 7E | FF | 85 | 33 | 0 | 30 | 0 | 7B | 64 | 4B |
| Octal | 176 | 377 | 205 | 63 | 0 | 60 | 0 | 173 | 144 | 113 |
| Binary | 1111110 | 11111111 | 10000101 | 110011 | 0 | 110000 | 0 | 1111011 | 1100100 | 1001011 |
Color Harmonies of #7EFF85
Complementary color
Monochromatic Colors of #7EFF85
Black with #7EFF85
Text Example
Text Example
White with #7EFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF85; }
p { color: rgb(126,255,133); }
H1.HeaderClassName
{
color: #7EFF85;
}
.AnyTagClassName
{
color: #7EFF85;
}
</style>
background-color css
<style>
a { background-color: #7EFF85; }
a { background-color: rgb(126,255,133); }
div.DivClassName
{
background-color: #7EFF85;
}
.BgClassName
{
background-color: #7EFF85;
}
</style>
border-color css
<style>
span { border-color: #7EFF85; }
span { border-color: rgb(126,255,133); }
td.TdClassName
{
border-color: #7EFF85;
}
.TagClassName
{
border-color: #7EFF85;
}
</style>