Shades of Lawn Green #8BDD10
Tints of Lawn Green #8BDD10
RGB
CMYK
RGB Variations
Color information
#8BDD10 (or 0x8BDD10) is known color: Lawn Green. HEX triplet: 8B, DD and 10. RGB value is (139,221,16). Sum of RGB (Red+Green+Blue) = 139+221+16=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDD10 is #7422EF. Grayscale: #ADADAD. Windows color (decimal): -7611120 or 1105291. OLE color: 1105291.
HSL color Cylindrical-coordinate representation of color #8BDD10: hue angle of 84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BDD10 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.13 |
| HSL | 84º | 0.86% | 0.46% | - |
| HSV(B) | 84º | 0.93% | 0.87% | - |
| XYZ | 36.6 | 57.24 | 9.61 | - |
| YUV | 173.11 | 39.33 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 16 | 0.37 | 0 | 0.93 | 0.13 | 84 | 0.86 | 0.46 |
| Hex | 8B | DD | 10 | 25 | 0 | 5D | D | 54 | 56 | 2E |
| Octal | 213 | 335 | 20 | 45 | 0 | 135 | 15 | 124 | 126 | 56 |
| Binary | 10001011 | 11011101 | 10000 | 100101 | 0 | 1011101 | 1101 | 1010100 | 1010110 | 101110 |
Color Harmonies of #8BDD10
Complementary color
Monochromatic Colors of #8BDD10
Black with #8BDD10
Text Example
Text Example
White with #8BDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD10; }
p { color: rgb(139,221,16); }
H1.HeaderClassName
{
color: #8BDD10;
}
.AnyTagClassName
{
color: #8BDD10;
}
</style>
background-color css
<style>
a { background-color: #8BDD10; }
a { background-color: rgb(139,221,16); }
div.DivClassName
{
background-color: #8BDD10;
}
.BgClassName
{
background-color: #8BDD10;
}
</style>
border-color css
<style>
span { border-color: #8BDD10; }
span { border-color: rgb(139,221,16); }
td.TdClassName
{
border-color: #8BDD10;
}
.TagClassName
{
border-color: #8BDD10;
}
</style>