Shades of Yellow Green #8BD50F
Tints of Yellow Green #8BD50F
RGB
CMYK
RGB Variations
Color information
#8BD50F (or 0x8BD50F) is known color: Yellow Green. HEX triplet: 8B, D5 and 0F. RGB value is (139,213,15). Sum of RGB (Red+Green+Blue) = 139+213+15=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD50F is #742AF0. Grayscale: #A9A9A9. Windows color (decimal): -7613169 or 1037707. OLE color: 1037707.
HSL color Cylindrical-coordinate representation of color #8BD50F: hue angle of 82.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BD50F is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 15 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.16 |
| HSL | 82.42º | 0.87% | 0.45% | - |
| HSV(B) | 82.42º | 0.93% | 0.84% | - |
| XYZ | 34.53 | 53.11 | 8.88 | - |
| YUV | 168.3 | 41.48 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 15 | 0.35 | 0 | 0.93 | 0.16 | 82.42 | 0.87 | 0.45 |
| Hex | 8B | D5 | F | 23 | 0 | 5D | 10 | 52 | 57 | 2D |
| Octal | 213 | 325 | 17 | 43 | 0 | 135 | 20 | 122 | 127 | 55 |
| Binary | 10001011 | 11010101 | 1111 | 100011 | 0 | 1011101 | 10000 | 1010010 | 1010111 | 101101 |
Color Harmonies of #8BD50F
Complementary color
Monochromatic Colors of #8BD50F
Black with #8BD50F
Text Example
Text Example
White with #8BD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD50F; }
p { color: rgb(139,213,15); }
H1.HeaderClassName
{
color: #8BD50F;
}
.AnyTagClassName
{
color: #8BD50F;
}
</style>
background-color css
<style>
a { background-color: #8BD50F; }
a { background-color: rgb(139,213,15); }
div.DivClassName
{
background-color: #8BD50F;
}
.BgClassName
{
background-color: #8BD50F;
}
</style>
border-color css
<style>
span { border-color: #8BD50F; }
span { border-color: rgb(139,213,15); }
td.TdClassName
{
border-color: #8BD50F;
}
.TagClassName
{
border-color: #8BD50F;
}
</style>