Shades of Lawn Green #8BDF0C
Tints of Lawn Green #8BDF0C
RGB
CMYK
RGB Variations
Color information
#8BDF0C (or 0x8BDF0C) is known color: Lawn Green. HEX triplet: 8B, DF and 0C. RGB value is (139,223,12). Sum of RGB (Red+Green+Blue) = 139+223+12=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDF0C is #7420F3. Grayscale: #AEAEAE. Windows color (decimal): -7610612 or 843659. OLE color: 843659.
HSL color Cylindrical-coordinate representation of color #8BDF0C: hue angle of 83.89º 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 #8BDF0C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.13 |
| HSL | 83.89º | 0.9% | 0.46% | - |
| HSV(B) | 83.89º | 0.95% | 0.87% | - |
| XYZ | 37.1 | 58.29 | 9.64 | - |
| YUV | 173.83 | 36.67 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 12 | 0.38 | 0 | 0.95 | 0.13 | 83.89 | 0.9 | 0.46 |
| Hex | 8B | DF | C | 26 | 0 | 5F | D | 54 | 5A | 2E |
| Octal | 213 | 337 | 14 | 46 | 0 | 137 | 15 | 124 | 132 | 56 |
| Binary | 10001011 | 11011111 | 1100 | 100110 | 0 | 1011111 | 1101 | 1010100 | 1011010 | 101110 |
Color Harmonies of #8BDF0C
Complementary color
Monochromatic Colors of #8BDF0C
Black with #8BDF0C
Text Example
Text Example
White with #8BDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF0C; }
p { color: rgb(139,223,12); }
H1.HeaderClassName
{
color: #8BDF0C;
}
.AnyTagClassName
{
color: #8BDF0C;
}
</style>
background-color css
<style>
a { background-color: #8BDF0C; }
a { background-color: rgb(139,223,12); }
div.DivClassName
{
background-color: #8BDF0C;
}
.BgClassName
{
background-color: #8BDF0C;
}
</style>
border-color css
<style>
span { border-color: #8BDF0C; }
span { border-color: rgb(139,223,12); }
td.TdClassName
{
border-color: #8BDF0C;
}
.TagClassName
{
border-color: #8BDF0C;
}
</style>