Shades of Citrus #8FBF00
Tints of Citrus #8FBF00
RGB
CMYK
RGB Variations
Color information
#8FBF00 (or 0x8FBF00) is known color: Citrus. HEX triplet: 8F, BF and 00. RGB value is (143,191,0). Sum of RGB (Red+Green+Blue) = 143+191+0=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBF00 is #7040FF. Grayscale: #9B9B9B. Windows color (decimal): -7356672 or 49039. OLE color: 49039.
HSL color Cylindrical-coordinate representation of color #8FBF00: hue angle of 75.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FBF00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.25 |
| HSL | 75.08º | 1% | 0.37% | - |
| HSV(B) | 75.08º | 1% | 0.75% | - |
| XYZ | 29.96 | 43.1 | 6.74 | - |
| YUV | 154.87 | 40.6 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 0 | 0.25 | 0 | 1 | 0.25 | 75.08 | 1 | 0.37 |
| Hex | 8F | BF | 0 | 19 | 0 | 64 | 19 | 4B | 64 | 25 |
| Octal | 217 | 277 | 0 | 31 | 0 | 144 | 31 | 113 | 144 | 45 |
| Binary | 10001111 | 10111111 | 0 | 11001 | 0 | 1100100 | 11001 | 1001011 | 1100100 | 100101 |
Color Harmonies of #8FBF00
Complementary color
Monochromatic Colors of #8FBF00
Black with #8FBF00
Text Example
Text Example
White with #8FBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF00; }
p { color: rgb(143,191,0); }
H1.HeaderClassName
{
color: #8FBF00;
}
.AnyTagClassName
{
color: #8FBF00;
}
</style>
background-color css
<style>
a { background-color: #8FBF00; }
a { background-color: rgb(143,191,0); }
div.DivClassName
{
background-color: #8FBF00;
}
.BgClassName
{
background-color: #8FBF00;
}
</style>
border-color css
<style>
span { border-color: #8FBF00; }
span { border-color: rgb(143,191,0); }
td.TdClassName
{
border-color: #8FBF00;
}
.TagClassName
{
border-color: #8FBF00;
}
</style>