Shades of Yellow Green #8BC32A
Tints of Yellow Green #8BC32A
RGB
CMYK
RGB Variations
Color information
#8BC32A (or 0x8BC32A) is known color: Yellow Green. HEX triplet: 8B, C3 and 2A. RGB value is (139,195,42). Sum of RGB (Red+Green+Blue) = 139+195+42=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC32A is #743CD5. Grayscale: #A1A1A1. Windows color (decimal): -7617750 or 2802571. OLE color: 2802571.
HSL color Cylindrical-coordinate representation of color #8BC32A: hue angle of 81.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BC32A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 42 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.24 |
| HSL | 81.96º | 0.65% | 0.46% | - |
| HSV(B) | 81.96º | 0.78% | 0.76% | - |
| XYZ | 30.58 | 44.69 | 9.2 | - |
| YUV | 160.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 42 | 0.29 | 0 | 0.78 | 0.24 | 81.96 | 0.65 | 0.46 |
| Hex | 8B | C3 | 2A | 1D | 0 | 4E | 18 | 52 | 41 | 2E |
| Octal | 213 | 303 | 52 | 35 | 0 | 116 | 30 | 122 | 101 | 56 |
| Binary | 10001011 | 11000011 | 101010 | 11101 | 0 | 1001110 | 11000 | 1010010 | 1000001 | 101110 |
Color Harmonies of #8BC32A
Complementary color
Monochromatic Colors of #8BC32A
Black with #8BC32A
Text Example
Text Example
White with #8BC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC32A; }
p { color: rgb(139,195,42); }
H1.HeaderClassName
{
color: #8BC32A;
}
.AnyTagClassName
{
color: #8BC32A;
}
</style>
background-color css
<style>
a { background-color: #8BC32A; }
a { background-color: rgb(139,195,42); }
div.DivClassName
{
background-color: #8BC32A;
}
.BgClassName
{
background-color: #8BC32A;
}
</style>
border-color css
<style>
span { border-color: #8BC32A; }
span { border-color: rgb(139,195,42); }
td.TdClassName
{
border-color: #8BC32A;
}
.TagClassName
{
border-color: #8BC32A;
}
</style>