Shades of Citrus #8FBA02
Tints of Citrus #8FBA02
RGB
CMYK
RGB Variations
Color information
#8FBA02 (or 0x8FBA02) is known color: Citrus. HEX triplet: 8F, BA and 02. RGB value is (143,186,2). Sum of RGB (Red+Green+Blue) = 143+186+2=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA02 is #7045FD. Grayscale: #989898. Windows color (decimal): -7357950 or 178831. OLE color: 178831.
HSL color Cylindrical-coordinate representation of color #8FBA02: hue angle of 74.02º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FBA02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.27 |
| HSL | 74.02º | 0.98% | 0.37% | - |
| HSV(B) | 74.02º | 0.99% | 0.73% | - |
| XYZ | 28.9 | 40.96 | 6.44 | - |
| YUV | 152.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 2 | 0.23 | 0 | 0.99 | 0.27 | 74.02 | 0.98 | 0.37 |
| Hex | 8F | BA | 2 | 17 | 0 | 63 | 1B | 4A | 62 | 25 |
| Octal | 217 | 272 | 2 | 27 | 0 | 143 | 33 | 112 | 142 | 45 |
| Binary | 10001111 | 10111010 | 10 | 10111 | 0 | 1100011 | 11011 | 1001010 | 1100010 | 100101 |
Color Harmonies of #8FBA02
Complementary color
Monochromatic Colors of #8FBA02
Black with #8FBA02
Text Example
Text Example
White with #8FBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA02; }
p { color: rgb(143,186,2); }
H1.HeaderClassName
{
color: #8FBA02;
}
.AnyTagClassName
{
color: #8FBA02;
}
</style>
background-color css
<style>
a { background-color: #8FBA02; }
a { background-color: rgb(143,186,2); }
div.DivClassName
{
background-color: #8FBA02;
}
.BgClassName
{
background-color: #8FBA02;
}
</style>
border-color css
<style>
span { border-color: #8FBA02; }
span { border-color: rgb(143,186,2); }
td.TdClassName
{
border-color: #8FBA02;
}
.TagClassName
{
border-color: #8FBA02;
}
</style>