Shades of Yellow Green #8FCC20
Tints of Yellow Green #8FCC20
RGB
CMYK
RGB Variations
Color information
#8FCC20 (or 0x8FCC20) is known color: Yellow Green. HEX triplet: 8F, CC and 20. RGB value is (143,204,32). Sum of RGB (Red+Green+Blue) = 143+204+32=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC20 is #7033DF. Grayscale: #A6A6A6. Windows color (decimal): -7353312 or 2149519. OLE color: 2149519.
HSL color Cylindrical-coordinate representation of color #8FCC20: hue angle of 81.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FCC20 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 32 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.2 |
| HSL | 81.28º | 0.73% | 0.46% | - |
| HSV(B) | 81.28º | 0.84% | 0.8% | - |
| XYZ | 33.18 | 49.13 | 9.1 | - |
| YUV | 166.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 32 | 0.30 | 0 | 0.84 | 0.2 | 81.28 | 0.73 | 0.46 |
| Hex | 8F | CC | 20 | 1E | 0 | 54 | 14 | 51 | 49 | 2E |
| Octal | 217 | 314 | 40 | 36 | 0 | 124 | 24 | 121 | 111 | 56 |
| Binary | 10001111 | 11001100 | 100000 | 11110 | 0 | 1010100 | 10100 | 1010001 | 1001001 | 101110 |
Color Harmonies of #8FCC20
Complementary color
Monochromatic Colors of #8FCC20
Black with #8FCC20
Text Example
Text Example
White with #8FCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC20; }
p { color: rgb(143,204,32); }
H1.HeaderClassName
{
color: #8FCC20;
}
.AnyTagClassName
{
color: #8FCC20;
}
</style>
background-color css
<style>
a { background-color: #8FCC20; }
a { background-color: rgb(143,204,32); }
div.DivClassName
{
background-color: #8FCC20;
}
.BgClassName
{
background-color: #8FCC20;
}
</style>
border-color css
<style>
span { border-color: #8FCC20; }
span { border-color: rgb(143,204,32); }
td.TdClassName
{
border-color: #8FCC20;
}
.TagClassName
{
border-color: #8FCC20;
}
</style>