Shades of Lawn Green #7FDD01
Tints of Lawn Green #7FDD01
RGB
CMYK
RGB Variations
Color information
#7FDD01 (or 0x7FDD01) is known color: Lawn Green. HEX triplet: 7F, DD and 01. RGB value is (127,221,1). Sum of RGB (Red+Green+Blue) = 127+221+1=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FDD01 is #8022FE. Grayscale: #A8A8A8. Windows color (decimal): -8397567 or 122239. OLE color: 122239.
HSL color Cylindrical-coordinate representation of color #7FDD01: hue angle of 85.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FDD01 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 1 | - |
| CMYK | 0.43 | 0 | 1.00 | 0.13 |
| HSL | 85.64º | 0.99% | 0.44% | - |
| HSV(B) | 85.64º | 1% | 0.87% | - |
| XYZ | 34.61 | 56.23 | 9.06 | - |
| YUV | 167.81 | 33.86 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 1 | 0.43 | 0 | 1.00 | 0.13 | 85.64 | 0.99 | 0.44 |
| Hex | 7F | DD | 1 | 2B | 0 | 64 | D | 56 | 63 | 2C |
| Octal | 177 | 335 | 1 | 53 | 0 | 144 | 15 | 126 | 143 | 54 |
| Binary | 1111111 | 11011101 | 1 | 101011 | 0 | 1100100 | 1101 | 1010110 | 1100011 | 101100 |
Color Harmonies of #7FDD01
Complementary color
Monochromatic Colors of #7FDD01
Black with #7FDD01
Text Example
Text Example
White with #7FDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDD01; }
p { color: rgb(127,221,1); }
H1.HeaderClassName
{
color: #7FDD01;
}
.AnyTagClassName
{
color: #7FDD01;
}
</style>
background-color css
<style>
a { background-color: #7FDD01; }
a { background-color: rgb(127,221,1); }
div.DivClassName
{
background-color: #7FDD01;
}
.BgClassName
{
background-color: #7FDD01;
}
</style>
border-color css
<style>
span { border-color: #7FDD01; }
span { border-color: rgb(127,221,1); }
td.TdClassName
{
border-color: #7FDD01;
}
.TagClassName
{
border-color: #7FDD01;
}
</style>