Shades of Citrus #8FB900
Tints of Citrus #8FB900
RGB
CMYK
RGB Variations
Color information
#8FB900 (or 0x8FB900) is known color: Citrus. HEX triplet: 8F, B9 and 00. RGB value is (143,185,0). Sum of RGB (Red+Green+Blue) = 143+185+0=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB900 is #7046FF. Grayscale: #989898. Windows color (decimal): -7358208 or 47503. OLE color: 47503.
HSL color Cylindrical-coordinate representation of color #8FB900: hue angle of 73.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FB900 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.27 |
| HSL | 73.62º | 1% | 0.36% | - |
| HSV(B) | 73.62º | 1% | 0.73% | - |
| XYZ | 28.68 | 40.54 | 6.31 | - |
| YUV | 151.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 0 | 0.23 | 0 | 1 | 0.27 | 73.62 | 1 | 0.36 |
| Hex | 8F | B9 | 0 | 17 | 0 | 64 | 1B | 4A | 64 | 24 |
| Octal | 217 | 271 | 0 | 27 | 0 | 144 | 33 | 112 | 144 | 44 |
| Binary | 10001111 | 10111001 | 0 | 10111 | 0 | 1100100 | 11011 | 1001010 | 1100100 | 100100 |
Color Harmonies of #8FB900
Complementary color
Monochromatic Colors of #8FB900
Black with #8FB900
Text Example
Text Example
White with #8FB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB900; }
p { color: rgb(143,185,0); }
H1.HeaderClassName
{
color: #8FB900;
}
.AnyTagClassName
{
color: #8FB900;
}
</style>
background-color css
<style>
a { background-color: #8FB900; }
a { background-color: rgb(143,185,0); }
div.DivClassName
{
background-color: #8FB900;
}
.BgClassName
{
background-color: #8FB900;
}
</style>
border-color css
<style>
span { border-color: #8FB900; }
span { border-color: rgb(143,185,0); }
td.TdClassName
{
border-color: #8FB900;
}
.TagClassName
{
border-color: #8FB900;
}
</style>