Shades of Lawn Green #6FD70B
Tints of Lawn Green #6FD70B
RGB
CMYK
RGB Variations
Color information
#6FD70B (or 0x6FD70B) is known color: Lawn Green. HEX triplet: 6F, D7 and 0B. RGB value is (111,215,11). Sum of RGB (Red+Green+Blue) = 111+215+11=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD70B is #9028F4. Grayscale: #A1A1A1. Windows color (decimal): -9447669 or 776047. OLE color: 776047.
HSL color Cylindrical-coordinate representation of color #6FD70B: hue angle of 90.59º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6FD70B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.16 |
| HSL | 90.59º | 0.9% | 0.44% | - |
| HSV(B) | 90.59º | 0.95% | 0.84% | - |
| XYZ | 30.92 | 52 | 8.73 | - |
| YUV | 160.65 | 43.54 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 11 | 0.48 | 0 | 0.95 | 0.16 | 90.59 | 0.9 | 0.44 |
| Hex | 6F | D7 | B | 30 | 0 | 5F | 10 | 5B | 5A | 2C |
| Octal | 157 | 327 | 13 | 60 | 0 | 137 | 20 | 133 | 132 | 54 |
| Binary | 1101111 | 11010111 | 1011 | 110000 | 0 | 1011111 | 10000 | 1011011 | 1011010 | 101100 |
Color Harmonies of #6FD70B
Complementary color
Monochromatic Colors of #6FD70B
Black with #6FD70B
Text Example
Text Example
White with #6FD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD70B; }
p { color: rgb(111,215,11); }
H1.HeaderClassName
{
color: #6FD70B;
}
.AnyTagClassName
{
color: #6FD70B;
}
</style>
background-color css
<style>
a { background-color: #6FD70B; }
a { background-color: rgb(111,215,11); }
div.DivClassName
{
background-color: #6FD70B;
}
.BgClassName
{
background-color: #6FD70B;
}
</style>
border-color css
<style>
span { border-color: #6FD70B; }
span { border-color: rgb(111,215,11); }
td.TdClassName
{
border-color: #6FD70B;
}
.TagClassName
{
border-color: #6FD70B;
}
</style>