Shades of Light Green #7FE994
Tints of Light Green #7FE994
RGB
CMYK
RGB Variations
Color information
#7FE994 (or 0x7FE994) is known color: Light Green. HEX triplet: 7F, E9 and 94. RGB value is (127,233,148). Sum of RGB (Red+Green+Blue) = 127+233+148=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE994 is #80166B. Grayscale: #BFBFBF. Windows color (decimal): -8394348 or 9759103. OLE color: 9759103.
HSL color Cylindrical-coordinate representation of color #7FE994: hue angle of 131.89º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE994 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 148 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.09 |
| HSL | 131.89º | 0.71% | 0.71% | - |
| HSV(B) | 131.89º | 0.45% | 0.91% | - |
| XYZ | 43.24 | 64.93 | 38.27 | - |
| YUV | 191.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 148 | 0.45 | 0 | 0.36 | 0.09 | 131.89 | 0.71 | 0.71 |
| Hex | 7F | E9 | 94 | 2D | 0 | 24 | 9 | 84 | 47 | 47 |
| Octal | 177 | 351 | 224 | 55 | 0 | 44 | 11 | 204 | 107 | 107 |
| Binary | 1111111 | 11101001 | 10010100 | 101101 | 0 | 100100 | 1001 | 10000100 | 1000111 | 1000111 |
Color Harmonies of #7FE994
Complementary color
Monochromatic Colors of #7FE994
Black with #7FE994
Text Example
Text Example
White with #7FE994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE994; }
p { color: rgb(127,233,148); }
H1.HeaderClassName
{
color: #7FE994;
}
.AnyTagClassName
{
color: #7FE994;
}
</style>
background-color css
<style>
a { background-color: #7FE994; }
a { background-color: rgb(127,233,148); }
div.DivClassName
{
background-color: #7FE994;
}
.BgClassName
{
background-color: #7FE994;
}
</style>
border-color css
<style>
span { border-color: #7FE994; }
span { border-color: rgb(127,233,148); }
td.TdClassName
{
border-color: #7FE994;
}
.TagClassName
{
border-color: #7FE994;
}
</style>