Shades of Light Green #7EFB97
Tints of Light Green #7EFB97
RGB
CMYK
RGB Variations
Color information
#7EFB97 (or 0x7EFB97) is known color: Light Green. HEX triplet: 7E, FB and 97. RGB value is (126,251,151). Sum of RGB (Red+Green+Blue) = 126+251+151=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFB97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFB97 is #810468. Grayscale: #CACACA. Windows color (decimal): -8455273 or 9960318. OLE color: 9960318.
HSL color Cylindrical-coordinate representation of color #7EFB97: hue angle of 132º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFB97 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 151 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.02 |
| HSL | 132º | 0.94% | 0.74% | - |
| HSV(B) | 132º | 0.5% | 0.98% | - |
| XYZ | 48.69 | 75.66 | 41.32 | - |
| YUV | 202.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 151 | 0.50 | 0 | 0.40 | 0.02 | 132 | 0.94 | 0.74 |
| Hex | 7E | FB | 97 | 32 | 0 | 28 | 2 | 84 | 5E | 4A |
| Octal | 176 | 373 | 227 | 62 | 0 | 50 | 2 | 204 | 136 | 112 |
| Binary | 1111110 | 11111011 | 10010111 | 110010 | 0 | 101000 | 10 | 10000100 | 1011110 | 1001010 |
Color Harmonies of #7EFB97
Complementary color
Monochromatic Colors of #7EFB97
Black with #7EFB97
Text Example
Text Example
White with #7EFB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFB97; }
p { color: rgb(126,251,151); }
H1.HeaderClassName
{
color: #7EFB97;
}
.AnyTagClassName
{
color: #7EFB97;
}
</style>
background-color css
<style>
a { background-color: #7EFB97; }
a { background-color: rgb(126,251,151); }
div.DivClassName
{
background-color: #7EFB97;
}
.BgClassName
{
background-color: #7EFB97;
}
</style>
border-color css
<style>
span { border-color: #7EFB97; }
span { border-color: rgb(126,251,151); }
td.TdClassName
{
border-color: #7EFB97;
}
.TagClassName
{
border-color: #7EFB97;
}
</style>