Shades of Lawn Green #6FD502
Tints of Lawn Green #6FD502
RGB
CMYK
RGB Variations
Color information
#6FD502 (or 0x6FD502) is known color: Lawn Green. HEX triplet: 6F, D5 and 02. RGB value is (111,213,2). Sum of RGB (Red+Green+Blue) = 111+213+2=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD502 is #902AFD. Grayscale: #9F9F9F. Windows color (decimal): -9448190 or 185711. OLE color: 185711.
HSL color Cylindrical-coordinate representation of color #6FD502: hue angle of 89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FD502 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.16 |
| HSL | 89º | 0.98% | 0.42% | - |
| HSV(B) | 89º | 0.99% | 0.84% | - |
| XYZ | 30.36 | 50.97 | 8.3 | - |
| YUV | 158.45 | 39.71 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 2 | 0.48 | 0 | 0.99 | 0.16 | 89 | 0.98 | 0.42 |
| Hex | 6F | D5 | 2 | 30 | 0 | 63 | 10 | 59 | 62 | 2A |
| Octal | 157 | 325 | 2 | 60 | 0 | 143 | 20 | 131 | 142 | 52 |
| Binary | 1101111 | 11010101 | 10 | 110000 | 0 | 1100011 | 10000 | 1011001 | 1100010 | 101010 |
Color Harmonies of #6FD502
Complementary color
Monochromatic Colors of #6FD502
Black with #6FD502
Text Example
Text Example
White with #6FD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD502; }
p { color: rgb(111,213,2); }
H1.HeaderClassName
{
color: #6FD502;
}
.AnyTagClassName
{
color: #6FD502;
}
</style>
background-color css
<style>
a { background-color: #6FD502; }
a { background-color: rgb(111,213,2); }
div.DivClassName
{
background-color: #6FD502;
}
.BgClassName
{
background-color: #6FD502;
}
</style>
border-color css
<style>
span { border-color: #6FD502; }
span { border-color: rgb(111,213,2); }
td.TdClassName
{
border-color: #6FD502;
}
.TagClassName
{
border-color: #6FD502;
}
</style>