Shades of Citrus #8FB80B
Tints of Citrus #8FB80B
RGB
CMYK
RGB Variations
Color information
#8FB80B (or 0x8FB80B) is known color: Citrus. HEX triplet: 8F, B8 and 0B. RGB value is (143,184,11). Sum of RGB (Red+Green+Blue) = 143+184+11=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB80B is #7047F4. Grayscale: #989898. Windows color (decimal): -7358453 or 768143. OLE color: 768143.
HSL color Cylindrical-coordinate representation of color #8FB80B: hue angle of 74.22º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FB80B is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 11 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.28 |
| HSL | 74.22º | 0.89% | 0.38% | - |
| HSV(B) | 74.22º | 0.94% | 0.72% | - |
| XYZ | 28.53 | 40.14 | 6.56 | - |
| YUV | 152.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 11 | 0.22 | 0 | 0.94 | 0.28 | 74.22 | 0.89 | 0.38 |
| Hex | 8F | B8 | B | 16 | 0 | 5E | 1C | 4A | 59 | 26 |
| Octal | 217 | 270 | 13 | 26 | 0 | 136 | 34 | 112 | 131 | 46 |
| Binary | 10001111 | 10111000 | 1011 | 10110 | 0 | 1011110 | 11100 | 1001010 | 1011001 | 100110 |
Color Harmonies of #8FB80B
Complementary color
Monochromatic Colors of #8FB80B
Black with #8FB80B
Text Example
Text Example
White with #8FB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB80B; }
p { color: rgb(143,184,11); }
H1.HeaderClassName
{
color: #8FB80B;
}
.AnyTagClassName
{
color: #8FB80B;
}
</style>
background-color css
<style>
a { background-color: #8FB80B; }
a { background-color: rgb(143,184,11); }
div.DivClassName
{
background-color: #8FB80B;
}
.BgClassName
{
background-color: #8FB80B;
}
</style>
border-color css
<style>
span { border-color: #8FB80B; }
span { border-color: rgb(143,184,11); }
td.TdClassName
{
border-color: #8FB80B;
}
.TagClassName
{
border-color: #8FB80B;
}
</style>