Shades of Yellow Green #8FBC32
Tints of Yellow Green #8FBC32
RGB
CMYK
RGB Variations
Color information
#8FBC32 (or 0x8FBC32) is known color: Yellow Green. HEX triplet: 8F, BC and 32. RGB value is (143,188,50). Sum of RGB (Red+Green+Blue) = 143+188+50=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC32 is #7043CD. Grayscale: #9F9F9F. Windows color (decimal): -7357390 or 3325071. OLE color: 3325071.
HSL color Cylindrical-coordinate representation of color #8FBC32: hue angle of 79.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FBC32 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 50 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.26 |
| HSL | 79.57º | 0.58% | 0.47% | - |
| HSV(B) | 79.57º | 0.73% | 0.74% | - |
| XYZ | 29.89 | 42.04 | 9.56 | - |
| YUV | 158.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 50 | 0.24 | 0 | 0.73 | 0.26 | 79.57 | 0.58 | 0.47 |
| Hex | 8F | BC | 32 | 18 | 0 | 49 | 1A | 50 | 3A | 2F |
| Octal | 217 | 274 | 62 | 30 | 0 | 111 | 32 | 120 | 72 | 57 |
| Binary | 10001111 | 10111100 | 110010 | 11000 | 0 | 1001001 | 11010 | 1010000 | 111010 | 101111 |
Color Harmonies of #8FBC32
Complementary color
Monochromatic Colors of #8FBC32
Black with #8FBC32
Text Example
Text Example
White with #8FBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC32; }
p { color: rgb(143,188,50); }
H1.HeaderClassName
{
color: #8FBC32;
}
.AnyTagClassName
{
color: #8FBC32;
}
</style>
background-color css
<style>
a { background-color: #8FBC32; }
a { background-color: rgb(143,188,50); }
div.DivClassName
{
background-color: #8FBC32;
}
.BgClassName
{
background-color: #8FBC32;
}
</style>
border-color css
<style>
span { border-color: #8FBC32; }
span { border-color: rgb(143,188,50); }
td.TdClassName
{
border-color: #8FBC32;
}
.TagClassName
{
border-color: #8FBC32;
}
</style>