Shades of Citrus #8FC011
Tints of Citrus #8FC011
RGB
CMYK
RGB Variations
Color information
#8FC011 (or 0x8FC011) is known color: Citrus. HEX triplet: 8F, C0 and 11. RGB value is (143,192,17). Sum of RGB (Red+Green+Blue) = 143+192+17=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC011 is #703FEE. Grayscale: #9E9E9E. Windows color (decimal): -7356399 or 1163407. OLE color: 1163407.
HSL color Cylindrical-coordinate representation of color #8FC011: hue angle of 76.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FC011 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 17 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.25 |
| HSL | 76.8º | 0.84% | 0.41% | - |
| HSV(B) | 76.8º | 0.91% | 0.75% | - |
| XYZ | 30.28 | 43.58 | 7.35 | - |
| YUV | 157.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 17 | 0.26 | 0 | 0.91 | 0.25 | 76.8 | 0.84 | 0.41 |
| Hex | 8F | C0 | 11 | 1A | 0 | 5B | 19 | 4D | 54 | 29 |
| Octal | 217 | 300 | 21 | 32 | 0 | 133 | 31 | 115 | 124 | 51 |
| Binary | 10001111 | 11000000 | 10001 | 11010 | 0 | 1011011 | 11001 | 1001101 | 1010100 | 101001 |
Color Harmonies of #8FC011
Complementary color
Monochromatic Colors of #8FC011
Black with #8FC011
Text Example
Text Example
White with #8FC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC011; }
p { color: rgb(143,192,17); }
H1.HeaderClassName
{
color: #8FC011;
}
.AnyTagClassName
{
color: #8FC011;
}
</style>
background-color css
<style>
a { background-color: #8FC011; }
a { background-color: rgb(143,192,17); }
div.DivClassName
{
background-color: #8FC011;
}
.BgClassName
{
background-color: #8FC011;
}
</style>
border-color css
<style>
span { border-color: #8FC011; }
span { border-color: rgb(143,192,17); }
td.TdClassName
{
border-color: #8FC011;
}
.TagClassName
{
border-color: #8FC011;
}
</style>