Shades of Lawn Green #6FD70C
Tints of Lawn Green #6FD70C
RGB
CMYK
RGB Variations
Color information
#6FD70C (or 0x6FD70C) is known color: Lawn Green. HEX triplet: 6F, D7 and 0C. RGB value is (111,215,12). Sum of RGB (Red+Green+Blue) = 111+215+12=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD70C is #9028F3. Grayscale: #A1A1A1. Windows color (decimal): -9447668 or 841583. OLE color: 841583.
HSL color Cylindrical-coordinate representation of color #6FD70C: hue angle of 90.74º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FD70C is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 12 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.16 |
| HSL | 90.74º | 0.89% | 0.45% | - |
| HSV(B) | 90.74º | 0.94% | 0.84% | - |
| XYZ | 30.92 | 52.01 | 8.76 | - |
| YUV | 160.76 | 44.04 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 12 | 0.48 | 0 | 0.94 | 0.16 | 90.74 | 0.89 | 0.45 |
| Hex | 6F | D7 | C | 30 | 0 | 5E | 10 | 5B | 59 | 2D |
| Octal | 157 | 327 | 14 | 60 | 0 | 136 | 20 | 133 | 131 | 55 |
| Binary | 1101111 | 11010111 | 1100 | 110000 | 0 | 1011110 | 10000 | 1011011 | 1011001 | 101101 |
Color Harmonies of #6FD70C
Complementary color
Monochromatic Colors of #6FD70C
Black with #6FD70C
Text Example
Text Example
White with #6FD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD70C; }
p { color: rgb(111,215,12); }
H1.HeaderClassName
{
color: #6FD70C;
}
.AnyTagClassName
{
color: #6FD70C;
}
</style>
background-color css
<style>
a { background-color: #6FD70C; }
a { background-color: rgb(111,215,12); }
div.DivClassName
{
background-color: #6FD70C;
}
.BgClassName
{
background-color: #6FD70C;
}
</style>
border-color css
<style>
span { border-color: #6FD70C; }
span { border-color: rgb(111,215,12); }
td.TdClassName
{
border-color: #6FD70C;
}
.TagClassName
{
border-color: #6FD70C;
}
</style>