Shades of Yellow Green #8FC532
Tints of Yellow Green #8FC532
RGB
CMYK
RGB Variations
Color information
#8FC532 (or 0x8FC532) is known color: Yellow Green. HEX triplet: 8F, C5 and 32. RGB value is (143,197,50). Sum of RGB (Red+Green+Blue) = 143+197+50=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC532 is #703ACD. Grayscale: #A4A4A4. Windows color (decimal): -7355086 or 3327375. OLE color: 3327375.
HSL color Cylindrical-coordinate representation of color #8FC532: hue angle of 82.04º 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 #8FC532 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 50 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.23 |
| HSL | 82.04º | 0.6% | 0.48% | - |
| HSV(B) | 82.04º | 0.75% | 0.77% | - |
| XYZ | 31.87 | 46 | 10.22 | - |
| YUV | 164.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 50 | 0.27 | 0 | 0.75 | 0.23 | 82.04 | 0.6 | 0.48 |
| Hex | 8F | C5 | 32 | 1B | 0 | 4B | 17 | 52 | 3C | 30 |
| Octal | 217 | 305 | 62 | 33 | 0 | 113 | 27 | 122 | 74 | 60 |
| Binary | 10001111 | 11000101 | 110010 | 11011 | 0 | 1001011 | 10111 | 1010010 | 111100 | 110000 |
Color Harmonies of #8FC532
Complementary color
Monochromatic Colors of #8FC532
Black with #8FC532
Text Example
Text Example
White with #8FC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC532; }
p { color: rgb(143,197,50); }
H1.HeaderClassName
{
color: #8FC532;
}
.AnyTagClassName
{
color: #8FC532;
}
</style>
background-color css
<style>
a { background-color: #8FC532; }
a { background-color: rgb(143,197,50); }
div.DivClassName
{
background-color: #8FC532;
}
.BgClassName
{
background-color: #8FC532;
}
</style>
border-color css
<style>
span { border-color: #8FC532; }
span { border-color: rgb(143,197,50); }
td.TdClassName
{
border-color: #8FC532;
}
.TagClassName
{
border-color: #8FC532;
}
</style>