Shades of Yellow Green #8BD212
Tints of Yellow Green #8BD212
RGB
CMYK
RGB Variations
Color information
#8BD212 (or 0x8BD212) is known color: Yellow Green. HEX triplet: 8B, D2 and 12. RGB value is (139,210,18). Sum of RGB (Red+Green+Blue) = 139+210+18=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD212 is #742DED. Grayscale: #A7A7A7. Windows color (decimal): -7613934 or 1233547. OLE color: 1233547.
HSL color Cylindrical-coordinate representation of color #8BD212: hue angle of 82.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BD212 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.18 |
| HSL | 82.19º | 0.84% | 0.45% | - |
| HSV(B) | 82.19º | 0.91% | 0.82% | - |
| XYZ | 33.8 | 51.63 | 8.76 | - |
| YUV | 166.88 | 43.98 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 18 | 0.34 | 0 | 0.91 | 0.18 | 82.19 | 0.84 | 0.45 |
| Hex | 8B | D2 | 12 | 22 | 0 | 5B | 12 | 52 | 54 | 2D |
| Octal | 213 | 322 | 22 | 42 | 0 | 133 | 22 | 122 | 124 | 55 |
| Binary | 10001011 | 11010010 | 10010 | 100010 | 0 | 1011011 | 10010 | 1010010 | 1010100 | 101101 |
Color Harmonies of #8BD212
Complementary color
Monochromatic Colors of #8BD212
Black with #8BD212
Text Example
Text Example
White with #8BD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD212; }
p { color: rgb(139,210,18); }
H1.HeaderClassName
{
color: #8BD212;
}
.AnyTagClassName
{
color: #8BD212;
}
</style>
background-color css
<style>
a { background-color: #8BD212; }
a { background-color: rgb(139,210,18); }
div.DivClassName
{
background-color: #8BD212;
}
.BgClassName
{
background-color: #8BD212;
}
</style>
border-color css
<style>
span { border-color: #8BD212; }
span { border-color: rgb(139,210,18); }
td.TdClassName
{
border-color: #8BD212;
}
.TagClassName
{
border-color: #8BD212;
}
</style>