Shades of Yellow Green #8BD014
Tints of Yellow Green #8BD014
RGB
CMYK
RGB Variations
Color information
#8BD014 (or 0x8BD014) is known color: Yellow Green. HEX triplet: 8B, D0 and 14. RGB value is (139,208,20). Sum of RGB (Red+Green+Blue) = 139+208+20=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD014 is #742FEB. Grayscale: #A6A6A6. Windows color (decimal): -7614444 or 1364107. OLE color: 1364107.
HSL color Cylindrical-coordinate representation of color #8BD014: hue angle of 82.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BD014 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 20 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.18 |
| HSL | 82.02º | 0.82% | 0.45% | - |
| HSV(B) | 82.02º | 0.9% | 0.82% | - |
| XYZ | 33.33 | 50.65 | 8.68 | - |
| YUV | 165.94 | 45.64 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 20 | 0.33 | 0 | 0.90 | 0.18 | 82.02 | 0.82 | 0.45 |
| Hex | 8B | D0 | 14 | 21 | 0 | 5A | 12 | 52 | 52 | 2D |
| Octal | 213 | 320 | 24 | 41 | 0 | 132 | 22 | 122 | 122 | 55 |
| Binary | 10001011 | 11010000 | 10100 | 100001 | 0 | 1011010 | 10010 | 1010010 | 1010010 | 101101 |
Color Harmonies of #8BD014
Complementary color
Monochromatic Colors of #8BD014
Black with #8BD014
Text Example
Text Example
White with #8BD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD014; }
p { color: rgb(139,208,20); }
H1.HeaderClassName
{
color: #8BD014;
}
.AnyTagClassName
{
color: #8BD014;
}
</style>
background-color css
<style>
a { background-color: #8BD014; }
a { background-color: rgb(139,208,20); }
div.DivClassName
{
background-color: #8BD014;
}
.BgClassName
{
background-color: #8BD014;
}
</style>
border-color css
<style>
span { border-color: #8BD014; }
span { border-color: rgb(139,208,20); }
td.TdClassName
{
border-color: #8BD014;
}
.TagClassName
{
border-color: #8BD014;
}
</style>