Shades of Citrus #8FBC08
Tints of Citrus #8FBC08
RGB
CMYK
RGB Variations
Color information
#8FBC08 (or 0x8FBC08) is known color: Citrus. HEX triplet: 8F, BC and 08. RGB value is (143,188,8). Sum of RGB (Red+Green+Blue) = 143+188+8=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC08 is #7043F7. Grayscale: #9A9A9A. Windows color (decimal): -7357432 or 572559. OLE color: 572559.
HSL color Cylindrical-coordinate representation of color #8FBC08: hue angle of 75º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FBC08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.26 |
| HSL | 75º | 0.92% | 0.38% | - |
| HSV(B) | 75º | 0.96% | 0.74% | - |
| XYZ | 29.35 | 41.82 | 6.76 | - |
| YUV | 154.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 8 | 0.24 | 0 | 0.96 | 0.26 | 75 | 0.92 | 0.38 |
| Hex | 8F | BC | 8 | 18 | 0 | 60 | 1A | 4B | 5C | 26 |
| Octal | 217 | 274 | 10 | 30 | 0 | 140 | 32 | 113 | 134 | 46 |
| Binary | 10001111 | 10111100 | 1000 | 11000 | 0 | 1100000 | 11010 | 1001011 | 1011100 | 100110 |
Color Harmonies of #8FBC08
Complementary color
Monochromatic Colors of #8FBC08
Black with #8FBC08
Text Example
Text Example
White with #8FBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC08; }
p { color: rgb(143,188,8); }
H1.HeaderClassName
{
color: #8FBC08;
}
.AnyTagClassName
{
color: #8FBC08;
}
</style>
background-color css
<style>
a { background-color: #8FBC08; }
a { background-color: rgb(143,188,8); }
div.DivClassName
{
background-color: #8FBC08;
}
.BgClassName
{
background-color: #8FBC08;
}
</style>
border-color css
<style>
span { border-color: #8FBC08; }
span { border-color: rgb(143,188,8); }
td.TdClassName
{
border-color: #8FBC08;
}
.TagClassName
{
border-color: #8FBC08;
}
</style>