Shades of Citrus #8FC10B
Tints of Citrus #8FC10B
RGB
CMYK
RGB Variations
Color information
#8FC10B (or 0x8FC10B) is known color: Citrus. HEX triplet: 8F, C1 and 0B. RGB value is (143,193,11). Sum of RGB (Red+Green+Blue) = 143+193+11=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC10B is #703EF4. Grayscale: #9D9D9D. Windows color (decimal): -7356149 or 770447. OLE color: 770447.
HSL color Cylindrical-coordinate representation of color #8FC10B: hue angle of 76.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC10B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 11 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.24 |
| HSL | 76.48º | 0.89% | 0.4% | - |
| HSV(B) | 76.48º | 0.94% | 0.76% | - |
| XYZ | 30.46 | 44 | 7.2 | - |
| YUV | 157.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 11 | 0.26 | 0 | 0.94 | 0.24 | 76.48 | 0.89 | 0.4 |
| Hex | 8F | C1 | B | 1A | 0 | 5E | 18 | 4C | 59 | 28 |
| Octal | 217 | 301 | 13 | 32 | 0 | 136 | 30 | 114 | 131 | 50 |
| Binary | 10001111 | 11000001 | 1011 | 11010 | 0 | 1011110 | 11000 | 1001100 | 1011001 | 101000 |
Color Harmonies of #8FC10B
Complementary color
Monochromatic Colors of #8FC10B
Black with #8FC10B
Text Example
Text Example
White with #8FC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC10B; }
p { color: rgb(143,193,11); }
H1.HeaderClassName
{
color: #8FC10B;
}
.AnyTagClassName
{
color: #8FC10B;
}
</style>
background-color css
<style>
a { background-color: #8FC10B; }
a { background-color: rgb(143,193,11); }
div.DivClassName
{
background-color: #8FC10B;
}
.BgClassName
{
background-color: #8FC10B;
}
</style>
border-color css
<style>
span { border-color: #8FC10B; }
span { border-color: rgb(143,193,11); }
td.TdClassName
{
border-color: #8FC10B;
}
.TagClassName
{
border-color: #8FC10B;
}
</style>