Shades of Lawn Green #6BD701
Tints of Lawn Green #6BD701
RGB
CMYK
RGB Variations
Color information
#6BD701 (or 0x6BD701) is known color: Lawn Green. HEX triplet: 6B, D7 and 01. RGB value is (107,215,1). Sum of RGB (Red+Green+Blue) = 107+215+1=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD701 is #9428FE. Grayscale: #9F9F9F. Windows color (decimal): -9709823 or 120683. OLE color: 120683.
HSL color Cylindrical-coordinate representation of color #6BD701: hue angle of 90.28º 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 #6BD701 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 215 | 1 | - |
| CMYK | 0.50 | 0 | 1.00 | 0.16 |
| HSL | 90.28º | 0.99% | 0.42% | - |
| HSV(B) | 90.28º | 1% | 0.84% | - |
| XYZ | 30.37 | 51.73 | 8.41 | - |
| YUV | 158.31 | 39.22 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 215 | 1 | 0.50 | 0 | 1.00 | 0.16 | 90.28 | 0.99 | 0.42 |
| Hex | 6B | D7 | 1 | 32 | 0 | 64 | 10 | 5A | 63 | 2A |
| Octal | 153 | 327 | 1 | 62 | 0 | 144 | 20 | 132 | 143 | 52 |
| Binary | 1101011 | 11010111 | 1 | 110010 | 0 | 1100100 | 10000 | 1011010 | 1100011 | 101010 |
Color Harmonies of #6BD701
Complementary color
Monochromatic Colors of #6BD701
Black with #6BD701
Text Example
Text Example
White with #6BD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD701; }
p { color: rgb(107,215,1); }
H1.HeaderClassName
{
color: #6BD701;
}
.AnyTagClassName
{
color: #6BD701;
}
</style>
background-color css
<style>
a { background-color: #6BD701; }
a { background-color: rgb(107,215,1); }
div.DivClassName
{
background-color: #6BD701;
}
.BgClassName
{
background-color: #6BD701;
}
</style>
border-color css
<style>
span { border-color: #6BD701; }
span { border-color: rgb(107,215,1); }
td.TdClassName
{
border-color: #6BD701;
}
.TagClassName
{
border-color: #6BD701;
}
</style>