Shades of Yellow Green #8FCA32
Tints of Yellow Green #8FCA32
RGB
CMYK
RGB Variations
Color information
#8FCA32 (or 0x8FCA32) is known color: Yellow Green. HEX triplet: 8F, CA and 32. RGB value is (143,202,50). Sum of RGB (Red+Green+Blue) = 143+202+50=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA32 is #7035CD. Grayscale: #A7A7A7. Windows color (decimal): -7353806 or 3328655. OLE color: 3328655.
HSL color Cylindrical-coordinate representation of color #8FCA32: hue angle of 83.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FCA32 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 50 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.21 |
| HSL | 83.29º | 0.6% | 0.49% | - |
| HSV(B) | 83.29º | 0.75% | 0.79% | - |
| XYZ | 33.02 | 48.31 | 10.6 | - |
| YUV | 167.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 50 | 0.29 | 0 | 0.75 | 0.21 | 83.29 | 0.6 | 0.49 |
| Hex | 8F | CA | 32 | 1D | 0 | 4B | 15 | 53 | 3C | 31 |
| Octal | 217 | 312 | 62 | 35 | 0 | 113 | 25 | 123 | 74 | 61 |
| Binary | 10001111 | 11001010 | 110010 | 11101 | 0 | 1001011 | 10101 | 1010011 | 111100 | 110001 |
Color Harmonies of #8FCA32
Complementary color
Monochromatic Colors of #8FCA32
Black with #8FCA32
Text Example
Text Example
White with #8FCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA32; }
p { color: rgb(143,202,50); }
H1.HeaderClassName
{
color: #8FCA32;
}
.AnyTagClassName
{
color: #8FCA32;
}
</style>
background-color css
<style>
a { background-color: #8FCA32; }
a { background-color: rgb(143,202,50); }
div.DivClassName
{
background-color: #8FCA32;
}
.BgClassName
{
background-color: #8FCA32;
}
</style>
border-color css
<style>
span { border-color: #8FCA32; }
span { border-color: rgb(143,202,50); }
td.TdClassName
{
border-color: #8FCA32;
}
.TagClassName
{
border-color: #8FCA32;
}
</style>