Shades of Citrus #8FC70B
Tints of Citrus #8FC70B
RGB
CMYK
RGB Variations
Color information
#8FC70B (or 0x8FC70B) is known color: Citrus. HEX triplet: 8F, C7 and 0B. RGB value is (143,199,11). Sum of RGB (Red+Green+Blue) = 143+199+11=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC70B is #7038F4. Grayscale: #A1A1A1. Windows color (decimal): -7354613 or 771983. OLE color: 771983.
HSL color Cylindrical-coordinate representation of color #8FC70B: hue angle of 77.87º 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 #8FC70B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 77.87º | 0.9% | 0.41% | - |
| HSV(B) | 77.87º | 0.94% | 0.78% | - |
| XYZ | 31.81 | 46.71 | 7.66 | - |
| YUV | 160.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 11 | 0.28 | 0 | 0.94 | 0.22 | 77.87 | 0.9 | 0.41 |
| Hex | 8F | C7 | B | 1C | 0 | 5E | 16 | 4E | 5A | 29 |
| Octal | 217 | 307 | 13 | 34 | 0 | 136 | 26 | 116 | 132 | 51 |
| Binary | 10001111 | 11000111 | 1011 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011010 | 101001 |
Color Harmonies of #8FC70B
Complementary color
Monochromatic Colors of #8FC70B
Black with #8FC70B
Text Example
Text Example
White with #8FC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC70B; }
p { color: rgb(143,199,11); }
H1.HeaderClassName
{
color: #8FC70B;
}
.AnyTagClassName
{
color: #8FC70B;
}
</style>
background-color css
<style>
a { background-color: #8FC70B; }
a { background-color: rgb(143,199,11); }
div.DivClassName
{
background-color: #8FC70B;
}
.BgClassName
{
background-color: #8FC70B;
}
</style>
border-color css
<style>
span { border-color: #8FC70B; }
span { border-color: rgb(143,199,11); }
td.TdClassName
{
border-color: #8FC70B;
}
.TagClassName
{
border-color: #8FC70B;
}
</style>