Shades of Yellow Green #8FBE32
Tints of Yellow Green #8FBE32
RGB
CMYK
RGB Variations
Color information
#8FBE32 (or 0x8FBE32) is known color: Yellow Green. HEX triplet: 8F, BE and 32. RGB value is (143,190,50). Sum of RGB (Red+Green+Blue) = 143+190+50=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE32 is #7041CD. Grayscale: #A0A0A0. Windows color (decimal): -7356878 or 3325583. OLE color: 3325583.
HSL color Cylindrical-coordinate representation of color #8FBE32: hue angle of 80.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FBE32 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 50 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.25 |
| HSL | 80.14º | 0.58% | 0.47% | - |
| HSV(B) | 80.14º | 0.74% | 0.75% | - |
| XYZ | 30.32 | 42.9 | 9.7 | - |
| YUV | 159.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 50 | 0.25 | 0 | 0.74 | 0.25 | 80.14 | 0.58 | 0.47 |
| Hex | 8F | BE | 32 | 19 | 0 | 4A | 19 | 50 | 3A | 2F |
| Octal | 217 | 276 | 62 | 31 | 0 | 112 | 31 | 120 | 72 | 57 |
| Binary | 10001111 | 10111110 | 110010 | 11001 | 0 | 1001010 | 11001 | 1010000 | 111010 | 101111 |
Color Harmonies of #8FBE32
Complementary color
Monochromatic Colors of #8FBE32
Black with #8FBE32
Text Example
Text Example
White with #8FBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE32; }
p { color: rgb(143,190,50); }
H1.HeaderClassName
{
color: #8FBE32;
}
.AnyTagClassName
{
color: #8FBE32;
}
</style>
background-color css
<style>
a { background-color: #8FBE32; }
a { background-color: rgb(143,190,50); }
div.DivClassName
{
background-color: #8FBE32;
}
.BgClassName
{
background-color: #8FBE32;
}
</style>
border-color css
<style>
span { border-color: #8FBE32; }
span { border-color: rgb(143,190,50); }
td.TdClassName
{
border-color: #8FBE32;
}
.TagClassName
{
border-color: #8FBE32;
}
</style>