Shades of Yellow Green #8BDD1A
Tints of Yellow Green #8BDD1A
RGB
CMYK
RGB Variations
Color information
#8BDD1A (or 0x8BDD1A) is known color: Yellow Green. HEX triplet: 8B, DD and 1A. RGB value is (139,221,26). Sum of RGB (Red+Green+Blue) = 139+221+26=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD1A is #7422E5. Grayscale: #AEAEAE. Windows color (decimal): -7611110 or 1760651. OLE color: 1760651.
HSL color Cylindrical-coordinate representation of color #8BDD1A: hue angle of 85.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8BDD1A is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 26 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.13 |
| HSL | 85.23º | 0.79% | 0.48% | - |
| HSV(B) | 85.23º | 0.88% | 0.87% | - |
| XYZ | 36.69 | 57.28 | 10.1 | - |
| YUV | 174.25 | 44.33 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 26 | 0.37 | 0 | 0.88 | 0.13 | 85.23 | 0.79 | 0.48 |
| Hex | 8B | DD | 1A | 25 | 0 | 58 | D | 55 | 4F | 30 |
| Octal | 213 | 335 | 32 | 45 | 0 | 130 | 15 | 125 | 117 | 60 |
| Binary | 10001011 | 11011101 | 11010 | 100101 | 0 | 1011000 | 1101 | 1010101 | 1001111 | 110000 |
Color Harmonies of #8BDD1A
Complementary color
Monochromatic Colors of #8BDD1A
Black with #8BDD1A
Text Example
Text Example
White with #8BDD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD1A; }
p { color: rgb(139,221,26); }
H1.HeaderClassName
{
color: #8BDD1A;
}
.AnyTagClassName
{
color: #8BDD1A;
}
</style>
background-color css
<style>
a { background-color: #8BDD1A; }
a { background-color: rgb(139,221,26); }
div.DivClassName
{
background-color: #8BDD1A;
}
.BgClassName
{
background-color: #8BDD1A;
}
</style>
border-color css
<style>
span { border-color: #8BDD1A; }
span { border-color: rgb(139,221,26); }
td.TdClassName
{
border-color: #8BDD1A;
}
.TagClassName
{
border-color: #8BDD1A;
}
</style>