Shades of Yellow Green #8BC131
Tints of Yellow Green #8BC131
RGB
CMYK
RGB Variations
Color information
#8BC131 (or 0x8BC131) is known color: Yellow Green. HEX triplet: 8B, C1 and 31. RGB value is (139,193,49). Sum of RGB (Red+Green+Blue) = 139+193+49=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC131 is #743ECE. Grayscale: #A0A0A0. Windows color (decimal): -7618255 or 3260811. OLE color: 3260811.
HSL color Cylindrical-coordinate representation of color #8BC131: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BC131 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 49 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.24 |
| HSL | 82.5º | 0.6% | 0.47% | - |
| HSV(B) | 82.5º | 0.75% | 0.76% | - |
| XYZ | 30.27 | 43.85 | 9.77 | - |
| YUV | 160.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 49 | 0.28 | 0 | 0.75 | 0.24 | 82.5 | 0.6 | 0.47 |
| Hex | 8B | C1 | 31 | 1C | 0 | 4B | 18 | 52 | 3C | 2F |
| Octal | 213 | 301 | 61 | 34 | 0 | 113 | 30 | 122 | 74 | 57 |
| Binary | 10001011 | 11000001 | 110001 | 11100 | 0 | 1001011 | 11000 | 1010010 | 111100 | 101111 |
Color Harmonies of #8BC131
Complementary color
Monochromatic Colors of #8BC131
Black with #8BC131
Text Example
Text Example
White with #8BC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC131; }
p { color: rgb(139,193,49); }
H1.HeaderClassName
{
color: #8BC131;
}
.AnyTagClassName
{
color: #8BC131;
}
</style>
background-color css
<style>
a { background-color: #8BC131; }
a { background-color: rgb(139,193,49); }
div.DivClassName
{
background-color: #8BC131;
}
.BgClassName
{
background-color: #8BC131;
}
</style>
border-color css
<style>
span { border-color: #8BC131; }
span { border-color: rgb(139,193,49); }
td.TdClassName
{
border-color: #8BC131;
}
.TagClassName
{
border-color: #8BC131;
}
</style>