Shades of Lawn Green #8BDD0C
Tints of Lawn Green #8BDD0C
RGB
CMYK
RGB Variations
Color information
#8BDD0C (or 0x8BDD0C) is known color: Lawn Green. HEX triplet: 8B, DD and 0C. RGB value is (139,221,12). Sum of RGB (Red+Green+Blue) = 139+221+12=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDD0C is #7422F3. Grayscale: #ADADAD. Windows color (decimal): -7611124 or 843147. OLE color: 843147.
HSL color Cylindrical-coordinate representation of color #8BDD0C: hue angle of 83.54º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BDD0C is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 12 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.13 |
| HSL | 83.54º | 0.9% | 0.46% | - |
| HSV(B) | 83.54º | 0.95% | 0.87% | - |
| XYZ | 36.57 | 57.23 | 9.47 | - |
| YUV | 172.66 | 37.33 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 12 | 0.37 | 0 | 0.95 | 0.13 | 83.54 | 0.9 | 0.46 |
| Hex | 8B | DD | C | 25 | 0 | 5F | D | 54 | 5A | 2E |
| Octal | 213 | 335 | 14 | 45 | 0 | 137 | 15 | 124 | 132 | 56 |
| Binary | 10001011 | 11011101 | 1100 | 100101 | 0 | 1011111 | 1101 | 1010100 | 1011010 | 101110 |
Color Harmonies of #8BDD0C
Complementary color
Monochromatic Colors of #8BDD0C
Black with #8BDD0C
Text Example
Text Example
White with #8BDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD0C; }
p { color: rgb(139,221,12); }
H1.HeaderClassName
{
color: #8BDD0C;
}
.AnyTagClassName
{
color: #8BDD0C;
}
</style>
background-color css
<style>
a { background-color: #8BDD0C; }
a { background-color: rgb(139,221,12); }
div.DivClassName
{
background-color: #8BDD0C;
}
.BgClassName
{
background-color: #8BDD0C;
}
</style>
border-color css
<style>
span { border-color: #8BDD0C; }
span { border-color: rgb(139,221,12); }
td.TdClassName
{
border-color: #8BDD0C;
}
.TagClassName
{
border-color: #8BDD0C;
}
</style>