Shades of Yellow Green #8FCC1F
Tints of Yellow Green #8FCC1F
RGB
CMYK
RGB Variations
Color information
#8FCC1F (or 0x8FCC1F) is known color: Yellow Green. HEX triplet: 8F, CC and 1F. RGB value is (143,204,31). Sum of RGB (Red+Green+Blue) = 143+204+31=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC1F is #7033E0. Grayscale: #A6A6A6. Windows color (decimal): -7353313 or 2083983. OLE color: 2083983.
HSL color Cylindrical-coordinate representation of color #8FCC1F: hue angle of 81.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FCC1F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 31 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.2 |
| HSL | 81.16º | 0.74% | 0.46% | - |
| HSV(B) | 81.16º | 0.85% | 0.8% | - |
| XYZ | 33.17 | 49.12 | 9.03 | - |
| YUV | 166.04 | 51.79 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 31 | 0.30 | 0 | 0.85 | 0.2 | 81.16 | 0.74 | 0.46 |
| Hex | 8F | CC | 1F | 1E | 0 | 55 | 14 | 51 | 4A | 2E |
| Octal | 217 | 314 | 37 | 36 | 0 | 125 | 24 | 121 | 112 | 56 |
| Binary | 10001111 | 11001100 | 11111 | 11110 | 0 | 1010101 | 10100 | 1010001 | 1001010 | 101110 |
Color Harmonies of #8FCC1F
Complementary color
Monochromatic Colors of #8FCC1F
Black with #8FCC1F
Text Example
Text Example
White with #8FCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC1F; }
p { color: rgb(143,204,31); }
H1.HeaderClassName
{
color: #8FCC1F;
}
.AnyTagClassName
{
color: #8FCC1F;
}
</style>
background-color css
<style>
a { background-color: #8FCC1F; }
a { background-color: rgb(143,204,31); }
div.DivClassName
{
background-color: #8FCC1F;
}
.BgClassName
{
background-color: #8FCC1F;
}
</style>
border-color css
<style>
span { border-color: #8FCC1F; }
span { border-color: rgb(143,204,31); }
td.TdClassName
{
border-color: #8FCC1F;
}
.TagClassName
{
border-color: #8FCC1F;
}
</style>