Shades of Lawn Green #6AD500
Tints of Lawn Green #6AD500
RGB
CMYK
RGB Variations
Color information
#6AD500 (or 0x6AD500) is known color: Lawn Green. HEX triplet: 6A, D5 and 00. RGB value is (106,213,0). Sum of RGB (Red+Green+Blue) = 106+213+0=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD500 is #952AFF. Grayscale: #9D9D9D. Windows color (decimal): -9775872 or 54634. OLE color: 54634.
HSL color Cylindrical-coordinate representation of color #6AD500: hue angle of 90.14º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD500 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.16 |
| HSL | 90.14º | 1% | 0.42% | - |
| HSV(B) | 90.14º | 1% | 0.84% | - |
| XYZ | 29.74 | 50.65 | 8.21 | - |
| YUV | 156.73 | 39.55 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 0 | 0.50 | 0 | 1 | 0.16 | 90.14 | 1 | 0.42 |
| Hex | 6A | D5 | 0 | 32 | 0 | 64 | 10 | 5A | 64 | 2A |
| Octal | 152 | 325 | 0 | 62 | 0 | 144 | 20 | 132 | 144 | 52 |
| Binary | 1101010 | 11010101 | 0 | 110010 | 0 | 1100100 | 10000 | 1011010 | 1100100 | 101010 |
Color Harmonies of #6AD500
Complementary color
Monochromatic Colors of #6AD500
Black with #6AD500
Text Example
Text Example
White with #6AD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD500; }
p { color: rgb(106,213,0); }
H1.HeaderClassName
{
color: #6AD500;
}
.AnyTagClassName
{
color: #6AD500;
}
</style>
background-color css
<style>
a { background-color: #6AD500; }
a { background-color: rgb(106,213,0); }
div.DivClassName
{
background-color: #6AD500;
}
.BgClassName
{
background-color: #6AD500;
}
</style>
border-color css
<style>
span { border-color: #6AD500; }
span { border-color: rgb(106,213,0); }
td.TdClassName
{
border-color: #6AD500;
}
.TagClassName
{
border-color: #6AD500;
}
</style>