Shades of Light Green #7FE295
Tints of Light Green #7FE295
RGB
CMYK
RGB Variations
Color information
#7FE295 (or 0x7FE295) is known color: Light Green. HEX triplet: 7F, E2 and 95. RGB value is (127,226,149). Sum of RGB (Red+Green+Blue) = 127+226+149=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE295 is #801D6A. Grayscale: #BBBBBB. Windows color (decimal): -8396139 or 9822847. OLE color: 9822847.
HSL color Cylindrical-coordinate representation of color #7FE295: hue angle of 133.33º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE295 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 149 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.11 |
| HSL | 133.33º | 0.63% | 0.69% | - |
| HSV(B) | 133.33º | 0.44% | 0.89% | - |
| XYZ | 41.37 | 61.07 | 38.04 | - |
| YUV | 187.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 149 | 0.44 | 0 | 0.34 | 0.11 | 133.33 | 0.63 | 0.69 |
| Hex | 7F | E2 | 95 | 2C | 0 | 22 | B | 85 | 3F | 45 |
| Octal | 177 | 342 | 225 | 54 | 0 | 42 | 13 | 205 | 77 | 105 |
| Binary | 1111111 | 11100010 | 10010101 | 101100 | 0 | 100010 | 1011 | 10000101 | 111111 | 1000101 |
Color Harmonies of #7FE295
Complementary color
Monochromatic Colors of #7FE295
Black with #7FE295
Text Example
Text Example
White with #7FE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE295; }
p { color: rgb(127,226,149); }
H1.HeaderClassName
{
color: #7FE295;
}
.AnyTagClassName
{
color: #7FE295;
}
</style>
background-color css
<style>
a { background-color: #7FE295; }
a { background-color: rgb(127,226,149); }
div.DivClassName
{
background-color: #7FE295;
}
.BgClassName
{
background-color: #7FE295;
}
</style>
border-color css
<style>
span { border-color: #7FE295; }
span { border-color: rgb(127,226,149); }
td.TdClassName
{
border-color: #7FE295;
}
.TagClassName
{
border-color: #7FE295;
}
</style>