Shades of Light Green #7EFE7E
Tints of Light Green #7EFE7E
RGB
CMYK
RGB Variations
Color information
#7EFE7E (or 0x7EFE7E) is known color: Light Green. HEX triplet: 7E, FE and 7E. RGB value is (126,254,126). Sum of RGB (Red+Green+Blue) = 126+254+126=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFE7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFE7E is #810181. Grayscale: #C9C9C9. Windows color (decimal): -8454530 or 8322686. OLE color: 8322686.
HSL color Cylindrical-coordinate representation of color #7EFE7E: hue angle of 120º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFE7E is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
RGB | 126 | 254 | 126 | - |
CMYK | 0.50 | 0 | 0.50 | 0.00 |
HSL | 120º | 0.98% | 0.75% | - |
HSV(B) | 120º | 0.5% | 1% | - |
XYZ | 47.81 | 76.83 | 32.05 | - |
YUV | 201.14 | 85.59 | 74.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 254 | 126 | 0.50 | 0 | 0.50 | 0.00 | 120 | 0.98 | 0.75 |
Hex | 7E | FE | 7E | 32 | 0 | 32 | 0 | 78 | 62 | 4B |
Octal | 176 | 376 | 176 | 62 | 0 | 62 | 0 | 170 | 142 | 113 |
Binary | 1111110 | 11111110 | 1111110 | 110010 | 0 | 110010 | 0 | 1111000 | 1100010 | 1001011 |
Color Harmonies of #7EFE7E
Complementary color
Monochromatic Colors of #7EFE7E
Black with #7EFE7E
Text Example
Text Example
White with #7EFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFE7E; }
p { color: rgb(126,254,126); }
H1.HeaderClassName
{
color: #7EFE7E;
}
.AnyTagClassName
{
color: #7EFE7E;
}
</style>
background-color css
<style>
a { background-color: #7EFE7E; }
a { background-color: rgb(126,254,126); }
div.DivClassName
{
background-color: #7EFE7E;
}
.BgClassName
{
background-color: #7EFE7E;
}
</style>
border-color css
<style>
span { border-color: #7EFE7E; }
span { border-color: rgb(126,254,126); }
td.TdClassName
{
border-color: #7EFE7E;
}
.TagClassName
{
border-color: #7EFE7E;
}
</style>