Shades of Citrus #8FBC0D
Tints of Citrus #8FBC0D
RGB
CMYK
RGB Variations
Color information
#8FBC0D (or 0x8FBC0D) is known color: Citrus. HEX triplet: 8F, BC and 0D. RGB value is (143,188,13). Sum of RGB (Red+Green+Blue) = 143+188+13=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC0D is #7043F2. Grayscale: #9B9B9B. Windows color (decimal): -7357427 or 900239. OLE color: 900239.
HSL color Cylindrical-coordinate representation of color #8FBC0D: hue angle of 75.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FBC0D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 13 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.26 |
| HSL | 75.43º | 0.87% | 0.39% | - |
| HSV(B) | 75.43º | 0.93% | 0.74% | - |
| XYZ | 29.38 | 41.84 | 6.91 | - |
| YUV | 154.6 | 48.09 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 13 | 0.24 | 0 | 0.93 | 0.26 | 75.43 | 0.87 | 0.39 |
| Hex | 8F | BC | D | 18 | 0 | 5D | 1A | 4B | 57 | 27 |
| Octal | 217 | 274 | 15 | 30 | 0 | 135 | 32 | 113 | 127 | 47 |
| Binary | 10001111 | 10111100 | 1101 | 11000 | 0 | 1011101 | 11010 | 1001011 | 1010111 | 100111 |
Color Harmonies of #8FBC0D
Complementary color
Monochromatic Colors of #8FBC0D
Black with #8FBC0D
Text Example
Text Example
White with #8FBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC0D; }
p { color: rgb(143,188,13); }
H1.HeaderClassName
{
color: #8FBC0D;
}
.AnyTagClassName
{
color: #8FBC0D;
}
</style>
background-color css
<style>
a { background-color: #8FBC0D; }
a { background-color: rgb(143,188,13); }
div.DivClassName
{
background-color: #8FBC0D;
}
.BgClassName
{
background-color: #8FBC0D;
}
</style>
border-color css
<style>
span { border-color: #8FBC0D; }
span { border-color: rgb(143,188,13); }
td.TdClassName
{
border-color: #8FBC0D;
}
.TagClassName
{
border-color: #8FBC0D;
}
</style>