Shades of Lawn Green #7FF514
Tints of Lawn Green #7FF514
RGB
CMYK
RGB Variations
Color information
#7FF514 (or 0x7FF514) is known color: Lawn Green. HEX triplet: 7F, F5 and 14. RGB value is (127,245,20). Sum of RGB (Red+Green+Blue) = 127+245+20=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 245 (96.09% from 255 or 62.5% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FF514 is #800AEB. Grayscale: #B8B8B8. Windows color (decimal): -8391404 or 1373567. OLE color: 1373567.
HSL color Cylindrical-coordinate representation of color #7FF514: hue angle of 91.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FF514 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 20 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.04 |
| HSL | 91.47º | 0.92% | 0.52% | - |
| HSV(B) | 91.47º | 0.92% | 0.96% | - |
| XYZ | 41.53 | 69.87 | 11.96 | - |
| YUV | 184.07 | 35.41 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 20 | 0.48 | 0 | 0.92 | 0.04 | 91.47 | 0.92 | 0.52 |
| Hex | 7F | F5 | 14 | 30 | 0 | 5C | 4 | 5B | 5C | 34 |
| Octal | 177 | 365 | 24 | 60 | 0 | 134 | 4 | 133 | 134 | 64 |
| Binary | 1111111 | 11110101 | 10100 | 110000 | 0 | 1011100 | 100 | 1011011 | 1011100 | 110100 |
Color Harmonies of #7FF514
Complementary color
Monochromatic Colors of #7FF514
Black with #7FF514
Text Example
Text Example
White with #7FF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF514; }
p { color: rgb(127,245,20); }
H1.HeaderClassName
{
color: #7FF514;
}
.AnyTagClassName
{
color: #7FF514;
}
</style>
background-color css
<style>
a { background-color: #7FF514; }
a { background-color: rgb(127,245,20); }
div.DivClassName
{
background-color: #7FF514;
}
.BgClassName
{
background-color: #7FF514;
}
</style>
border-color css
<style>
span { border-color: #7FF514; }
span { border-color: rgb(127,245,20); }
td.TdClassName
{
border-color: #7FF514;
}
.TagClassName
{
border-color: #7FF514;
}
</style>