Shades of Yellow Green #8BD512
Tints of Yellow Green #8BD512
RGB
CMYK
RGB Variations
Color information
#8BD512 (or 0x8BD512) is known color: Yellow Green. HEX triplet: 8B, D5 and 12. RGB value is (139,213,18). Sum of RGB (Red+Green+Blue) = 139+213+18=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD512 is #742AED. Grayscale: #A9A9A9. Windows color (decimal): -7613166 or 1234315. OLE color: 1234315.
HSL color Cylindrical-coordinate representation of color #8BD512: hue angle of 82.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BD512 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 18 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.16 |
| HSL | 82.77º | 0.84% | 0.45% | - |
| HSV(B) | 82.77º | 0.92% | 0.84% | - |
| XYZ | 34.55 | 53.12 | 9 | - |
| YUV | 168.64 | 42.98 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 18 | 0.35 | 0 | 0.92 | 0.16 | 82.77 | 0.84 | 0.45 |
| Hex | 8B | D5 | 12 | 23 | 0 | 5C | 10 | 53 | 54 | 2D |
| Octal | 213 | 325 | 22 | 43 | 0 | 134 | 20 | 123 | 124 | 55 |
| Binary | 10001011 | 11010101 | 10010 | 100011 | 0 | 1011100 | 10000 | 1010011 | 1010100 | 101101 |
Color Harmonies of #8BD512
Complementary color
Monochromatic Colors of #8BD512
Black with #8BD512
Text Example
Text Example
White with #8BD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD512; }
p { color: rgb(139,213,18); }
H1.HeaderClassName
{
color: #8BD512;
}
.AnyTagClassName
{
color: #8BD512;
}
</style>
background-color css
<style>
a { background-color: #8BD512; }
a { background-color: rgb(139,213,18); }
div.DivClassName
{
background-color: #8BD512;
}
.BgClassName
{
background-color: #8BD512;
}
</style>
border-color css
<style>
span { border-color: #8BD512; }
span { border-color: rgb(139,213,18); }
td.TdClassName
{
border-color: #8BD512;
}
.TagClassName
{
border-color: #8BD512;
}
</style>