Shades of Yellow Green #8BDD22
Tints of Yellow Green #8BDD22
RGB
CMYK
RGB Variations
Color information
#8BDD22 (or 0x8BDD22) is known color: Yellow Green. HEX triplet: 8B, DD and 22. RGB value is (139,221,34). Sum of RGB (Red+Green+Blue) = 139+221+34=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD22 is #7422DD. Grayscale: #AFAFAF. Windows color (decimal): -7611102 or 2284939. OLE color: 2284939.
HSL color Cylindrical-coordinate representation of color #8BDD22: hue angle of 86.31º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BDD22 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 34 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.13 |
| HSL | 86.31º | 0.73% | 0.5% | - |
| HSV(B) | 86.31º | 0.85% | 0.87% | - |
| XYZ | 36.79 | 57.32 | 10.64 | - |
| YUV | 175.16 | 48.33 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 34 | 0.37 | 0 | 0.85 | 0.13 | 86.31 | 0.73 | 0.5 |
| Hex | 8B | DD | 22 | 25 | 0 | 55 | D | 56 | 49 | 32 |
| Octal | 213 | 335 | 42 | 45 | 0 | 125 | 15 | 126 | 111 | 62 |
| Binary | 10001011 | 11011101 | 100010 | 100101 | 0 | 1010101 | 1101 | 1010110 | 1001001 | 110010 |
Color Harmonies of #8BDD22
Complementary color
Monochromatic Colors of #8BDD22
Black with #8BDD22
Text Example
Text Example
White with #8BDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD22; }
p { color: rgb(139,221,34); }
H1.HeaderClassName
{
color: #8BDD22;
}
.AnyTagClassName
{
color: #8BDD22;
}
</style>
background-color css
<style>
a { background-color: #8BDD22; }
a { background-color: rgb(139,221,34); }
div.DivClassName
{
background-color: #8BDD22;
}
.BgClassName
{
background-color: #8BDD22;
}
</style>
border-color css
<style>
span { border-color: #8BDD22; }
span { border-color: rgb(139,221,34); }
td.TdClassName
{
border-color: #8BDD22;
}
.TagClassName
{
border-color: #8BDD22;
}
</style>