Shades of Yellow Green #8BCC31
Tints of Yellow Green #8BCC31
RGB
CMYK
RGB Variations
Color information
#8BCC31 (or 0x8BCC31) is known color: Yellow Green. HEX triplet: 8B, CC and 31. RGB value is (139,204,49). Sum of RGB (Red+Green+Blue) = 139+204+49=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC31 is #7433CE. Grayscale: #A7A7A7. Windows color (decimal): -7615439 or 3263627. OLE color: 3263627.
HSL color Cylindrical-coordinate representation of color #8BCC31: hue angle of 85.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8BCC31 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 49 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.2 |
| HSL | 85.16º | 0.61% | 0.5% | - |
| HSV(B) | 85.16º | 0.76% | 0.8% | - |
| XYZ | 32.79 | 48.9 | 10.62 | - |
| YUV | 166.9 | 61.47 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 49 | 0.32 | 0 | 0.76 | 0.2 | 85.16 | 0.61 | 0.5 |
| Hex | 8B | CC | 31 | 20 | 0 | 4C | 14 | 55 | 3D | 32 |
| Octal | 213 | 314 | 61 | 40 | 0 | 114 | 24 | 125 | 75 | 62 |
| Binary | 10001011 | 11001100 | 110001 | 100000 | 0 | 1001100 | 10100 | 1010101 | 111101 | 110010 |
Color Harmonies of #8BCC31
Complementary color
Monochromatic Colors of #8BCC31
Black with #8BCC31
Text Example
Text Example
White with #8BCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC31; }
p { color: rgb(139,204,49); }
H1.HeaderClassName
{
color: #8BCC31;
}
.AnyTagClassName
{
color: #8BCC31;
}
</style>
background-color css
<style>
a { background-color: #8BCC31; }
a { background-color: rgb(139,204,49); }
div.DivClassName
{
background-color: #8BCC31;
}
.BgClassName
{
background-color: #8BCC31;
}
</style>
border-color css
<style>
span { border-color: #8BCC31; }
span { border-color: rgb(139,204,49); }
td.TdClassName
{
border-color: #8BCC31;
}
.TagClassName
{
border-color: #8BCC31;
}
</style>