Shades of Citrus #8FC80C
Tints of Citrus #8FC80C
RGB
CMYK
RGB Variations
Color information
#8FC80C (or 0x8FC80C) is known color: Citrus. HEX triplet: 8F, C8 and 0C. RGB value is (143,200,12). Sum of RGB (Red+Green+Blue) = 143+200+12=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC80C is #7037F3. Grayscale: #A2A2A2. Windows color (decimal): -7354356 or 837775. OLE color: 837775.
HSL color Cylindrical-coordinate representation of color #8FC80C: hue angle of 78.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC80C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 78.19º | 0.89% | 0.42% | - |
| HSV(B) | 78.19º | 0.94% | 0.78% | - |
| XYZ | 32.05 | 47.17 | 7.76 | - |
| YUV | 161.53 | 43.62 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 12 | 0.28 | 0 | 0.94 | 0.22 | 78.19 | 0.89 | 0.42 |
| Hex | 8F | C8 | C | 1C | 0 | 5E | 16 | 4E | 59 | 2A |
| Octal | 217 | 310 | 14 | 34 | 0 | 136 | 26 | 116 | 131 | 52 |
| Binary | 10001111 | 11001000 | 1100 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011001 | 101010 |
Color Harmonies of #8FC80C
Complementary color
Monochromatic Colors of #8FC80C
Black with #8FC80C
Text Example
Text Example
White with #8FC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC80C; }
p { color: rgb(143,200,12); }
H1.HeaderClassName
{
color: #8FC80C;
}
.AnyTagClassName
{
color: #8FC80C;
}
</style>
background-color css
<style>
a { background-color: #8FC80C; }
a { background-color: rgb(143,200,12); }
div.DivClassName
{
background-color: #8FC80C;
}
.BgClassName
{
background-color: #8FC80C;
}
</style>
border-color css
<style>
span { border-color: #8FC80C; }
span { border-color: rgb(143,200,12); }
td.TdClassName
{
border-color: #8FC80C;
}
.TagClassName
{
border-color: #8FC80C;
}
</style>