Shades of Lawn Green #6FD701
Tints of Lawn Green #6FD701
RGB
CMYK
RGB Variations
Color information
#6FD701 (or 0x6FD701) is known color: Lawn Green. HEX triplet: 6F, D7 and 01. RGB value is (111,215,1). Sum of RGB (Red+Green+Blue) = 111+215+1=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD701 is #9028FE. Grayscale: #A0A0A0. Windows color (decimal): -9447679 or 120687. OLE color: 120687.
HSL color Cylindrical-coordinate representation of color #6FD701: hue angle of 89.16º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FD701 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 1 | - |
| CMYK | 0.48 | 0 | 1.00 | 0.16 |
| HSL | 89.16º | 0.99% | 0.42% | - |
| HSV(B) | 89.16º | 1% | 0.84% | - |
| XYZ | 30.86 | 51.98 | 8.44 | - |
| YUV | 159.51 | 38.54 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 1 | 0.48 | 0 | 1.00 | 0.16 | 89.16 | 0.99 | 0.42 |
| Hex | 6F | D7 | 1 | 30 | 0 | 64 | 10 | 59 | 63 | 2A |
| Octal | 157 | 327 | 1 | 60 | 0 | 144 | 20 | 131 | 143 | 52 |
| Binary | 1101111 | 11010111 | 1 | 110000 | 0 | 1100100 | 10000 | 1011001 | 1100011 | 101010 |
Color Harmonies of #6FD701
Complementary color
Monochromatic Colors of #6FD701
Black with #6FD701
Text Example
Text Example
White with #6FD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD701; }
p { color: rgb(111,215,1); }
H1.HeaderClassName
{
color: #6FD701;
}
.AnyTagClassName
{
color: #6FD701;
}
</style>
background-color css
<style>
a { background-color: #6FD701; }
a { background-color: rgb(111,215,1); }
div.DivClassName
{
background-color: #6FD701;
}
.BgClassName
{
background-color: #6FD701;
}
</style>
border-color css
<style>
span { border-color: #6FD701; }
span { border-color: rgb(111,215,1); }
td.TdClassName
{
border-color: #6FD701;
}
.TagClassName
{
border-color: #6FD701;
}
</style>