Shades of Lawn Green #8BDD08
Tints of Lawn Green #8BDD08
RGB
CMYK
RGB Variations
Color information
#8BDD08 (or 0x8BDD08) is known color: Lawn Green. HEX triplet: 8B, DD and 08. RGB value is (139,221,8). Sum of RGB (Red+Green+Blue) = 139+221+8=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDD08 is #7422F7. Grayscale: #ACACAC. Windows color (decimal): -7611128 or 581003. OLE color: 581003.
HSL color Cylindrical-coordinate representation of color #8BDD08: hue angle of 83.1º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BDD08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.13 |
| HSL | 83.1º | 0.93% | 0.45% | - |
| HSV(B) | 83.1º | 0.96% | 0.87% | - |
| XYZ | 36.55 | 57.22 | 9.35 | - |
| YUV | 172.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 8 | 0.37 | 0 | 0.96 | 0.13 | 83.1 | 0.93 | 0.45 |
| Hex | 8B | DD | 8 | 25 | 0 | 60 | D | 53 | 5D | 2D |
| Octal | 213 | 335 | 10 | 45 | 0 | 140 | 15 | 123 | 135 | 55 |
| Binary | 10001011 | 11011101 | 1000 | 100101 | 0 | 1100000 | 1101 | 1010011 | 1011101 | 101101 |
Color Harmonies of #8BDD08
Complementary color
Monochromatic Colors of #8BDD08
Black with #8BDD08
Text Example
Text Example
White with #8BDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD08; }
p { color: rgb(139,221,8); }
H1.HeaderClassName
{
color: #8BDD08;
}
.AnyTagClassName
{
color: #8BDD08;
}
</style>
background-color css
<style>
a { background-color: #8BDD08; }
a { background-color: rgb(139,221,8); }
div.DivClassName
{
background-color: #8BDD08;
}
.BgClassName
{
background-color: #8BDD08;
}
</style>
border-color css
<style>
span { border-color: #8BDD08; }
span { border-color: rgb(139,221,8); }
td.TdClassName
{
border-color: #8BDD08;
}
.TagClassName
{
border-color: #8BDD08;
}
</style>