Shades of Yellow Green #8BCA20
Tints of Yellow Green #8BCA20
RGB
CMYK
RGB Variations
Color information
#8BCA20 (or 0x8BCA20) is known color: Yellow Green. HEX triplet: 8B, CA and 20. RGB value is (139,202,32). Sum of RGB (Red+Green+Blue) = 139+202+32=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA20 is #7435DF. Grayscale: #A4A4A4. Windows color (decimal): -7615968 or 2149003. OLE color: 2149003.
HSL color Cylindrical-coordinate representation of color #8BCA20: hue angle of 82.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BCA20 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 32 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.21 |
| HSL | 82.24º | 0.73% | 0.46% | - |
| HSV(B) | 82.24º | 0.84% | 0.79% | - |
| XYZ | 32.03 | 47.83 | 8.91 | - |
| YUV | 163.78 | 53.63 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 32 | 0.31 | 0 | 0.84 | 0.21 | 82.24 | 0.73 | 0.46 |
| Hex | 8B | CA | 20 | 1F | 0 | 54 | 15 | 52 | 49 | 2E |
| Octal | 213 | 312 | 40 | 37 | 0 | 124 | 25 | 122 | 111 | 56 |
| Binary | 10001011 | 11001010 | 100000 | 11111 | 0 | 1010100 | 10101 | 1010010 | 1001001 | 101110 |
Color Harmonies of #8BCA20
Complementary color
Monochromatic Colors of #8BCA20
Black with #8BCA20
Text Example
Text Example
White with #8BCA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA20; }
p { color: rgb(139,202,32); }
H1.HeaderClassName
{
color: #8BCA20;
}
.AnyTagClassName
{
color: #8BCA20;
}
</style>
background-color css
<style>
a { background-color: #8BCA20; }
a { background-color: rgb(139,202,32); }
div.DivClassName
{
background-color: #8BCA20;
}
.BgClassName
{
background-color: #8BCA20;
}
</style>
border-color css
<style>
span { border-color: #8BCA20; }
span { border-color: rgb(139,202,32); }
td.TdClassName
{
border-color: #8BCA20;
}
.TagClassName
{
border-color: #8BCA20;
}
</style>