Shades of Yellow Green #8BC532
Tints of Yellow Green #8BC532
RGB
CMYK
RGB Variations
Color information
#8BC532 (or 0x8BC532) is known color: Yellow Green. HEX triplet: 8B, C5 and 32. RGB value is (139,197,50). Sum of RGB (Red+Green+Blue) = 139+197+50=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC532 is #743ACD. Grayscale: #A3A3A3. Windows color (decimal): -7617230 or 3327371. OLE color: 3327371.
HSL color Cylindrical-coordinate representation of color #8BC532: hue angle of 83.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BC532 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 50 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.23 |
| HSL | 83.67º | 0.6% | 0.48% | - |
| HSV(B) | 83.67º | 0.75% | 0.77% | - |
| XYZ | 31.19 | 45.65 | 10.19 | - |
| YUV | 162.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 50 | 0.29 | 0 | 0.75 | 0.23 | 83.67 | 0.6 | 0.48 |
| Hex | 8B | C5 | 32 | 1D | 0 | 4B | 17 | 54 | 3C | 30 |
| Octal | 213 | 305 | 62 | 35 | 0 | 113 | 27 | 124 | 74 | 60 |
| Binary | 10001011 | 11000101 | 110010 | 11101 | 0 | 1001011 | 10111 | 1010100 | 111100 | 110000 |
Color Harmonies of #8BC532
Complementary color
Monochromatic Colors of #8BC532
Black with #8BC532
Text Example
Text Example
White with #8BC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC532; }
p { color: rgb(139,197,50); }
H1.HeaderClassName
{
color: #8BC532;
}
.AnyTagClassName
{
color: #8BC532;
}
</style>
background-color css
<style>
a { background-color: #8BC532; }
a { background-color: rgb(139,197,50); }
div.DivClassName
{
background-color: #8BC532;
}
.BgClassName
{
background-color: #8BC532;
}
</style>
border-color css
<style>
span { border-color: #8BC532; }
span { border-color: rgb(139,197,50); }
td.TdClassName
{
border-color: #8BC532;
}
.TagClassName
{
border-color: #8BC532;
}
</style>