Shades of Citrus #8FBA11
Tints of Citrus #8FBA11
RGB
CMYK
RGB Variations
Color information
#8FBA11 (or 0x8FBA11) is known color: Citrus. HEX triplet: 8F, BA and 11. RGB value is (143,186,17). Sum of RGB (Red+Green+Blue) = 143+186+17=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA11 is #7045EE. Grayscale: #9A9A9A. Windows color (decimal): -7357935 or 1161871. OLE color: 1161871.
HSL color Cylindrical-coordinate representation of color #8FBA11: hue angle of 75.27º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FBA11 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 17 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.27 |
| HSL | 75.27º | 0.83% | 0.4% | - |
| HSV(B) | 75.27º | 0.91% | 0.73% | - |
| XYZ | 28.99 | 41 | 6.92 | - |
| YUV | 153.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 17 | 0.23 | 0 | 0.91 | 0.27 | 75.27 | 0.83 | 0.4 |
| Hex | 8F | BA | 11 | 17 | 0 | 5B | 1B | 4B | 53 | 28 |
| Octal | 217 | 272 | 21 | 27 | 0 | 133 | 33 | 113 | 123 | 50 |
| Binary | 10001111 | 10111010 | 10001 | 10111 | 0 | 1011011 | 11011 | 1001011 | 1010011 | 101000 |
Color Harmonies of #8FBA11
Complementary color
Monochromatic Colors of #8FBA11
Black with #8FBA11
Text Example
Text Example
White with #8FBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA11; }
p { color: rgb(143,186,17); }
H1.HeaderClassName
{
color: #8FBA11;
}
.AnyTagClassName
{
color: #8FBA11;
}
</style>
background-color css
<style>
a { background-color: #8FBA11; }
a { background-color: rgb(143,186,17); }
div.DivClassName
{
background-color: #8FBA11;
}
.BgClassName
{
background-color: #8FBA11;
}
</style>
border-color css
<style>
span { border-color: #8FBA11; }
span { border-color: rgb(143,186,17); }
td.TdClassName
{
border-color: #8FBA11;
}
.TagClassName
{
border-color: #8FBA11;
}
</style>