Shades of Citrus #8FBA05
Tints of Citrus #8FBA05
RGB
CMYK
RGB Variations
Color information
#8FBA05 (or 0x8FBA05) is known color: Citrus. HEX triplet: 8F, BA and 05. RGB value is (143,186,5). Sum of RGB (Red+Green+Blue) = 143+186+5=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA05 is #7045FA. Grayscale: #999999. Windows color (decimal): -7357947 or 375439. OLE color: 375439.
HSL color Cylindrical-coordinate representation of color #8FBA05: hue angle of 74.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FBA05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.27 |
| HSL | 74.25º | 0.95% | 0.37% | - |
| HSV(B) | 74.25º | 0.97% | 0.73% | - |
| XYZ | 28.91 | 40.97 | 6.53 | - |
| YUV | 152.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 5 | 0.23 | 0 | 0.97 | 0.27 | 74.25 | 0.95 | 0.37 |
| Hex | 8F | BA | 5 | 17 | 0 | 61 | 1B | 4A | 5F | 25 |
| Octal | 217 | 272 | 5 | 27 | 0 | 141 | 33 | 112 | 137 | 45 |
| Binary | 10001111 | 10111010 | 101 | 10111 | 0 | 1100001 | 11011 | 1001010 | 1011111 | 100101 |
Color Harmonies of #8FBA05
Complementary color
Monochromatic Colors of #8FBA05
Black with #8FBA05
Text Example
Text Example
White with #8FBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA05; }
p { color: rgb(143,186,5); }
H1.HeaderClassName
{
color: #8FBA05;
}
.AnyTagClassName
{
color: #8FBA05;
}
</style>
background-color css
<style>
a { background-color: #8FBA05; }
a { background-color: rgb(143,186,5); }
div.DivClassName
{
background-color: #8FBA05;
}
.BgClassName
{
background-color: #8FBA05;
}
</style>
border-color css
<style>
span { border-color: #8FBA05; }
span { border-color: rgb(143,186,5); }
td.TdClassName
{
border-color: #8FBA05;
}
.TagClassName
{
border-color: #8FBA05;
}
</style>