Shades of Citrus #8FC80B
Tints of Citrus #8FC80B
RGB
CMYK
RGB Variations
Color information
#8FC80B (or 0x8FC80B) is known color: Citrus. HEX triplet: 8F, C8 and 0B. RGB value is (143,200,11). Sum of RGB (Red+Green+Blue) = 143+200+11=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC80B is #7037F4. Grayscale: #A2A2A2. Windows color (decimal): -7354357 or 772239. OLE color: 772239.
HSL color Cylindrical-coordinate representation of color #8FC80B: hue angle of 78.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC80B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 78.1º | 0.9% | 0.41% | - |
| HSV(B) | 78.1º | 0.95% | 0.78% | - |
| XYZ | 32.04 | 47.17 | 7.73 | - |
| YUV | 161.41 | 43.12 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 11 | 0.28 | 0 | 0.94 | 0.22 | 78.1 | 0.9 | 0.41 |
| Hex | 8F | C8 | B | 1C | 0 | 5E | 16 | 4E | 5A | 29 |
| Octal | 217 | 310 | 13 | 34 | 0 | 136 | 26 | 116 | 132 | 51 |
| Binary | 10001111 | 11001000 | 1011 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011010 | 101001 |
Color Harmonies of #8FC80B
Complementary color
Monochromatic Colors of #8FC80B
Black with #8FC80B
Text Example
Text Example
White with #8FC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC80B; }
p { color: rgb(143,200,11); }
H1.HeaderClassName
{
color: #8FC80B;
}
.AnyTagClassName
{
color: #8FC80B;
}
</style>
background-color css
<style>
a { background-color: #8FC80B; }
a { background-color: rgb(143,200,11); }
div.DivClassName
{
background-color: #8FC80B;
}
.BgClassName
{
background-color: #8FC80B;
}
</style>
border-color css
<style>
span { border-color: #8FC80B; }
span { border-color: rgb(143,200,11); }
td.TdClassName
{
border-color: #8FC80B;
}
.TagClassName
{
border-color: #8FC80B;
}
</style>