Shades of Lawn Green #7FE914
Tints of Lawn Green #7FE914
RGB
CMYK
RGB Variations
Color information
#7FE914 (or 0x7FE914) is known color: Lawn Green. HEX triplet: 7F, E9 and 14. RGB value is (127,233,20). Sum of RGB (Red+Green+Blue) = 127+233+20=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 233 (91.41% from 255 or 61.32% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FE914 is #8016EB. Grayscale: #B1B1B1. Windows color (decimal): -8394476 or 1370495. OLE color: 1370495.
HSL color Cylindrical-coordinate representation of color #7FE914: hue angle of 89.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FE914 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 20 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.09 |
| HSL | 89.86º | 0.84% | 0.5% | - |
| HSV(B) | 89.86º | 0.91% | 0.91% | - |
| XYZ | 38.02 | 62.84 | 10.79 | - |
| YUV | 177.02 | 39.38 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 20 | 0.45 | 0 | 0.91 | 0.09 | 89.86 | 0.84 | 0.5 |
| Hex | 7F | E9 | 14 | 2D | 0 | 5B | 9 | 5A | 54 | 32 |
| Octal | 177 | 351 | 24 | 55 | 0 | 133 | 11 | 132 | 124 | 62 |
| Binary | 1111111 | 11101001 | 10100 | 101101 | 0 | 1011011 | 1001 | 1011010 | 1010100 | 110010 |
Color Harmonies of #7FE914
Complementary color
Monochromatic Colors of #7FE914
Black with #7FE914
Text Example
Text Example
White with #7FE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE914; }
p { color: rgb(127,233,20); }
H1.HeaderClassName
{
color: #7FE914;
}
.AnyTagClassName
{
color: #7FE914;
}
</style>
background-color css
<style>
a { background-color: #7FE914; }
a { background-color: rgb(127,233,20); }
div.DivClassName
{
background-color: #7FE914;
}
.BgClassName
{
background-color: #7FE914;
}
</style>
border-color css
<style>
span { border-color: #7FE914; }
span { border-color: rgb(127,233,20); }
td.TdClassName
{
border-color: #7FE914;
}
.TagClassName
{
border-color: #7FE914;
}
</style>