Shades of Yellow Green #8BD412
Tints of Yellow Green #8BD412
RGB
CMYK
RGB Variations
Color information
#8BD412 (or 0x8BD412) is known color: Yellow Green. HEX triplet: 8B, D4 and 12. RGB value is (139,212,18). Sum of RGB (Red+Green+Blue) = 139+212+18=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 212 (83.20% from 255 or 57.45% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD412 is #742BED. Grayscale: #A8A8A8. Windows color (decimal): -7613422 or 1234059. OLE color: 1234059.
HSL color Cylindrical-coordinate representation of color #8BD412: hue angle of 82.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BD412 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 18 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.17 |
| HSL | 82.58º | 0.84% | 0.45% | - |
| HSV(B) | 82.58º | 0.92% | 0.83% | - |
| XYZ | 34.3 | 52.62 | 8.92 | - |
| YUV | 168.06 | 43.32 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 18 | 0.34 | 0 | 0.92 | 0.17 | 82.58 | 0.84 | 0.45 |
| Hex | 8B | D4 | 12 | 22 | 0 | 5C | 11 | 53 | 54 | 2D |
| Octal | 213 | 324 | 22 | 42 | 0 | 134 | 21 | 123 | 124 | 55 |
| Binary | 10001011 | 11010100 | 10010 | 100010 | 0 | 1011100 | 10001 | 1010011 | 1010100 | 101101 |
Color Harmonies of #8BD412
Complementary color
Monochromatic Colors of #8BD412
Black with #8BD412
Text Example
Text Example
White with #8BD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD412; }
p { color: rgb(139,212,18); }
H1.HeaderClassName
{
color: #8BD412;
}
.AnyTagClassName
{
color: #8BD412;
}
</style>
background-color css
<style>
a { background-color: #8BD412; }
a { background-color: rgb(139,212,18); }
div.DivClassName
{
background-color: #8BD412;
}
.BgClassName
{
background-color: #8BD412;
}
</style>
border-color css
<style>
span { border-color: #8BD412; }
span { border-color: rgb(139,212,18); }
td.TdClassName
{
border-color: #8BD412;
}
.TagClassName
{
border-color: #8BD412;
}
</style>