Shades of Yellow Green #8BDF14
Tints of Yellow Green #8BDF14
RGB
CMYK
RGB Variations
Color information
#8BDF14 (or 0x8BDF14) is known color: Yellow Green. HEX triplet: 8B, DF and 14. RGB value is (139,223,20). Sum of RGB (Red+Green+Blue) = 139+223+20=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BDF14 is #7420EB. Grayscale: #AFAFAF. Windows color (decimal): -7610604 or 1367947. OLE color: 1367947.
HSL color Cylindrical-coordinate representation of color #8BDF14: hue angle of 84.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BDF14 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 20 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.13 |
| HSL | 84.83º | 0.84% | 0.48% | - |
| HSV(B) | 84.83º | 0.91% | 0.87% | - |
| XYZ | 37.16 | 58.31 | 9.96 | - |
| YUV | 174.74 | 40.67 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 20 | 0.38 | 0 | 0.91 | 0.13 | 84.83 | 0.84 | 0.48 |
| Hex | 8B | DF | 14 | 26 | 0 | 5B | D | 55 | 54 | 30 |
| Octal | 213 | 337 | 24 | 46 | 0 | 133 | 15 | 125 | 124 | 60 |
| Binary | 10001011 | 11011111 | 10100 | 100110 | 0 | 1011011 | 1101 | 1010101 | 1010100 | 110000 |
Color Harmonies of #8BDF14
Complementary color
Monochromatic Colors of #8BDF14
Black with #8BDF14
Text Example
Text Example
White with #8BDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF14; }
p { color: rgb(139,223,20); }
H1.HeaderClassName
{
color: #8BDF14;
}
.AnyTagClassName
{
color: #8BDF14;
}
</style>
background-color css
<style>
a { background-color: #8BDF14; }
a { background-color: rgb(139,223,20); }
div.DivClassName
{
background-color: #8BDF14;
}
.BgClassName
{
background-color: #8BDF14;
}
</style>
border-color css
<style>
span { border-color: #8BDF14; }
span { border-color: rgb(139,223,20); }
td.TdClassName
{
border-color: #8BDF14;
}
.TagClassName
{
border-color: #8BDF14;
}
</style>