Shades of Yellow Green #8BDC12
Tints of Yellow Green #8BDC12
RGB
CMYK
RGB Variations
Color information
#8BDC12 (or 0x8BDC12) is known color: Yellow Green. HEX triplet: 8B, DC and 12. RGB value is (139,220,18). Sum of RGB (Red+Green+Blue) = 139+220+18=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDC12 is #7423ED. Grayscale: #ADADAD. Windows color (decimal): -7611374 or 1236107. OLE color: 1236107.
HSL color Cylindrical-coordinate representation of color #8BDC12: hue angle of 84.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BDC12 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 18 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.14 |
| HSL | 84.06º | 0.85% | 0.47% | - |
| HSV(B) | 84.06º | 0.92% | 0.86% | - |
| XYZ | 36.35 | 56.72 | 9.6 | - |
| YUV | 172.75 | 40.66 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 18 | 0.37 | 0 | 0.92 | 0.14 | 84.06 | 0.85 | 0.47 |
| Hex | 8B | DC | 12 | 25 | 0 | 5C | E | 54 | 55 | 2F |
| Octal | 213 | 334 | 22 | 45 | 0 | 134 | 16 | 124 | 125 | 57 |
| Binary | 10001011 | 11011100 | 10010 | 100101 | 0 | 1011100 | 1110 | 1010100 | 1010101 | 101111 |
Color Harmonies of #8BDC12
Complementary color
Monochromatic Colors of #8BDC12
Black with #8BDC12
Text Example
Text Example
White with #8BDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC12; }
p { color: rgb(139,220,18); }
H1.HeaderClassName
{
color: #8BDC12;
}
.AnyTagClassName
{
color: #8BDC12;
}
</style>
background-color css
<style>
a { background-color: #8BDC12; }
a { background-color: rgb(139,220,18); }
div.DivClassName
{
background-color: #8BDC12;
}
.BgClassName
{
background-color: #8BDC12;
}
</style>
border-color css
<style>
span { border-color: #8BDC12; }
span { border-color: rgb(139,220,18); }
td.TdClassName
{
border-color: #8BDC12;
}
.TagClassName
{
border-color: #8BDC12;
}
</style>