Shades of Lawn Green #8BDD05
Tints of Lawn Green #8BDD05
RGB
CMYK
RGB Variations
Color information
#8BDD05 (or 0x8BDD05) is known color: Lawn Green. HEX triplet: 8B, DD and 05. RGB value is (139,221,5). Sum of RGB (Red+Green+Blue) = 139+221+5=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDD05 is #7422FA. Grayscale: #ACACAC. Windows color (decimal): -7611131 or 384395. OLE color: 384395.
HSL color Cylindrical-coordinate representation of color #8BDD05: hue angle of 82.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BDD05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.13 |
| HSL | 82.78º | 0.96% | 0.44% | - |
| HSV(B) | 82.78º | 0.98% | 0.87% | - |
| XYZ | 36.53 | 57.21 | 9.26 | - |
| YUV | 171.86 | 33.83 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 5 | 0.37 | 0 | 0.98 | 0.13 | 82.78 | 0.96 | 0.44 |
| Hex | 8B | DD | 5 | 25 | 0 | 62 | D | 53 | 60 | 2C |
| Octal | 213 | 335 | 5 | 45 | 0 | 142 | 15 | 123 | 140 | 54 |
| Binary | 10001011 | 11011101 | 101 | 100101 | 0 | 1100010 | 1101 | 1010011 | 1100000 | 101100 |
Color Harmonies of #8BDD05
Complementary color
Monochromatic Colors of #8BDD05
Black with #8BDD05
Text Example
Text Example
White with #8BDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD05; }
p { color: rgb(139,221,5); }
H1.HeaderClassName
{
color: #8BDD05;
}
.AnyTagClassName
{
color: #8BDD05;
}
</style>
background-color css
<style>
a { background-color: #8BDD05; }
a { background-color: rgb(139,221,5); }
div.DivClassName
{
background-color: #8BDD05;
}
.BgClassName
{
background-color: #8BDD05;
}
</style>
border-color css
<style>
span { border-color: #8BDD05; }
span { border-color: rgb(139,221,5); }
td.TdClassName
{
border-color: #8BDD05;
}
.TagClassName
{
border-color: #8BDD05;
}
</style>