Shades of Yellow Green #8BD12A
Tints of Yellow Green #8BD12A
RGB
CMYK
RGB Variations
Color information
#8BD12A (or 0x8BD12A) is known color: Yellow Green. HEX triplet: 8B, D1 and 2A. RGB value is (139,209,42). Sum of RGB (Red+Green+Blue) = 139+209+42=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD12A is #742ED5. Grayscale: #A9A9A9. Windows color (decimal): -7614166 or 2806155. OLE color: 2806155.
HSL color Cylindrical-coordinate representation of color #8BD12A: hue angle of 85.15º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BD12A is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 42 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.18 |
| HSL | 85.15º | 0.67% | 0.49% | - |
| HSV(B) | 85.15º | 0.8% | 0.82% | - |
| XYZ | 33.87 | 51.26 | 10.3 | - |
| YUV | 169.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 42 | 0.33 | 0 | 0.80 | 0.18 | 85.15 | 0.67 | 0.49 |
| Hex | 8B | D1 | 2A | 21 | 0 | 50 | 12 | 55 | 43 | 31 |
| Octal | 213 | 321 | 52 | 41 | 0 | 120 | 22 | 125 | 103 | 61 |
| Binary | 10001011 | 11010001 | 101010 | 100001 | 0 | 1010000 | 10010 | 1010101 | 1000011 | 110001 |
Color Harmonies of #8BD12A
Complementary color
Monochromatic Colors of #8BD12A
Black with #8BD12A
Text Example
Text Example
White with #8BD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD12A; }
p { color: rgb(139,209,42); }
H1.HeaderClassName
{
color: #8BD12A;
}
.AnyTagClassName
{
color: #8BD12A;
}
</style>
background-color css
<style>
a { background-color: #8BD12A; }
a { background-color: rgb(139,209,42); }
div.DivClassName
{
background-color: #8BD12A;
}
.BgClassName
{
background-color: #8BD12A;
}
</style>
border-color css
<style>
span { border-color: #8BD12A; }
span { border-color: rgb(139,209,42); }
td.TdClassName
{
border-color: #8BD12A;
}
.TagClassName
{
border-color: #8BD12A;
}
</style>