Shades of Citrus #8FBC0C
Tints of Citrus #8FBC0C
RGB
CMYK
RGB Variations
Color information
#8FBC0C (or 0x8FBC0C) is known color: Citrus. HEX triplet: 8F, BC and 0C. RGB value is (143,188,12). Sum of RGB (Red+Green+Blue) = 143+188+12=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC0C is #7043F3. Grayscale: #9B9B9B. Windows color (decimal): -7357428 or 834703. OLE color: 834703.
HSL color Cylindrical-coordinate representation of color #8FBC0C: hue angle of 75.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FBC0C is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 12 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.26 |
| HSL | 75.34º | 0.88% | 0.39% | - |
| HSV(B) | 75.34º | 0.94% | 0.74% | - |
| XYZ | 29.38 | 41.83 | 6.87 | - |
| YUV | 154.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 12 | 0.24 | 0 | 0.94 | 0.26 | 75.34 | 0.88 | 0.39 |
| Hex | 8F | BC | C | 18 | 0 | 5E | 1A | 4B | 58 | 27 |
| Octal | 217 | 274 | 14 | 30 | 0 | 136 | 32 | 113 | 130 | 47 |
| Binary | 10001111 | 10111100 | 1100 | 11000 | 0 | 1011110 | 11010 | 1001011 | 1011000 | 100111 |
Color Harmonies of #8FBC0C
Complementary color
Monochromatic Colors of #8FBC0C
Black with #8FBC0C
Text Example
Text Example
White with #8FBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC0C; }
p { color: rgb(143,188,12); }
H1.HeaderClassName
{
color: #8FBC0C;
}
.AnyTagClassName
{
color: #8FBC0C;
}
</style>
background-color css
<style>
a { background-color: #8FBC0C; }
a { background-color: rgb(143,188,12); }
div.DivClassName
{
background-color: #8FBC0C;
}
.BgClassName
{
background-color: #8FBC0C;
}
</style>
border-color css
<style>
span { border-color: #8FBC0C; }
span { border-color: rgb(143,188,12); }
td.TdClassName
{
border-color: #8FBC0C;
}
.TagClassName
{
border-color: #8FBC0C;
}
</style>