Shades of Lawn Green #6FD50C
Tints of Lawn Green #6FD50C
RGB
CMYK
RGB Variations
Color information
#6FD50C (or 0x6FD50C) is known color: Lawn Green. HEX triplet: 6F, D5 and 0C. RGB value is (111,213,12). Sum of RGB (Red+Green+Blue) = 111+213+12=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD50C is #902AF3. Grayscale: #A0A0A0. Windows color (decimal): -9448180 or 841071. OLE color: 841071.
HSL color Cylindrical-coordinate representation of color #6FD50C: hue angle of 90.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FD50C is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 12 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.16 |
| HSL | 90.45º | 0.89% | 0.44% | - |
| HSV(B) | 90.45º | 0.94% | 0.84% | - |
| XYZ | 30.42 | 50.99 | 8.59 | - |
| YUV | 159.59 | 44.71 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 12 | 0.48 | 0 | 0.94 | 0.16 | 90.45 | 0.89 | 0.44 |
| Hex | 6F | D5 | C | 30 | 0 | 5E | 10 | 5A | 59 | 2C |
| Octal | 157 | 325 | 14 | 60 | 0 | 136 | 20 | 132 | 131 | 54 |
| Binary | 1101111 | 11010101 | 1100 | 110000 | 0 | 1011110 | 10000 | 1011010 | 1011001 | 101100 |
Color Harmonies of #6FD50C
Complementary color
Monochromatic Colors of #6FD50C
Black with #6FD50C
Text Example
Text Example
White with #6FD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD50C; }
p { color: rgb(111,213,12); }
H1.HeaderClassName
{
color: #6FD50C;
}
.AnyTagClassName
{
color: #6FD50C;
}
</style>
background-color css
<style>
a { background-color: #6FD50C; }
a { background-color: rgb(111,213,12); }
div.DivClassName
{
background-color: #6FD50C;
}
.BgClassName
{
background-color: #6FD50C;
}
</style>
border-color css
<style>
span { border-color: #6FD50C; }
span { border-color: rgb(111,213,12); }
td.TdClassName
{
border-color: #6FD50C;
}
.TagClassName
{
border-color: #6FD50C;
}
</style>