Shades of Light Green #7FED94
Tints of Light Green #7FED94
RGB
CMYK
RGB Variations
Color information
#7FED94 (or 0x7FED94) is known color: Light Green. HEX triplet: 7F, ED and 94. RGB value is (127,237,148). Sum of RGB (Red+Green+Blue) = 127+237+148=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FED94 is #80126B. Grayscale: #C2C2C2. Windows color (decimal): -8393324 or 9760127. OLE color: 9760127.
HSL color Cylindrical-coordinate representation of color #7FED94: hue angle of 131.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FED94 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 148 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.07 |
| HSL | 131.45º | 0.75% | 0.71% | - |
| HSV(B) | 131.45º | 0.46% | 0.93% | - |
| XYZ | 44.38 | 67.22 | 38.65 | - |
| YUV | 193.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 148 | 0.46 | 0 | 0.38 | 0.07 | 131.45 | 0.75 | 0.71 |
| Hex | 7F | ED | 94 | 2E | 0 | 26 | 7 | 83 | 4B | 47 |
| Octal | 177 | 355 | 224 | 56 | 0 | 46 | 7 | 203 | 113 | 107 |
| Binary | 1111111 | 11101101 | 10010100 | 101110 | 0 | 100110 | 111 | 10000011 | 1001011 | 1000111 |
Color Harmonies of #7FED94
Complementary color
Monochromatic Colors of #7FED94
Black with #7FED94
Text Example
Text Example
White with #7FED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED94; }
p { color: rgb(127,237,148); }
H1.HeaderClassName
{
color: #7FED94;
}
.AnyTagClassName
{
color: #7FED94;
}
</style>
background-color css
<style>
a { background-color: #7FED94; }
a { background-color: rgb(127,237,148); }
div.DivClassName
{
background-color: #7FED94;
}
.BgClassName
{
background-color: #7FED94;
}
</style>
border-color css
<style>
span { border-color: #7FED94; }
span { border-color: rgb(127,237,148); }
td.TdClassName
{
border-color: #7FED94;
}
.TagClassName
{
border-color: #7FED94;
}
</style>