Shades of Citrus #8FBC00
Tints of Citrus #8FBC00
RGB
CMYK
RGB Variations
Color information
#8FBC00 (or 0x8FBC00) is known color: Citrus. HEX triplet: 8F, BC and 00. RGB value is (143,188,0). Sum of RGB (Red+Green+Blue) = 143+188+0=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC00 is #7043FF. Grayscale: #999999. Windows color (decimal): -7357440 or 48271. OLE color: 48271.
HSL color Cylindrical-coordinate representation of color #8FBC00: hue angle of 74.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FBC00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.26 |
| HSL | 74.36º | 1% | 0.37% | - |
| HSV(B) | 74.36º | 1% | 0.74% | - |
| XYZ | 29.31 | 41.81 | 6.52 | - |
| YUV | 153.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 0 | 0.24 | 0 | 1 | 0.26 | 74.36 | 1 | 0.37 |
| Hex | 8F | BC | 0 | 18 | 0 | 64 | 1A | 4A | 64 | 25 |
| Octal | 217 | 274 | 0 | 30 | 0 | 144 | 32 | 112 | 144 | 45 |
| Binary | 10001111 | 10111100 | 0 | 11000 | 0 | 1100100 | 11010 | 1001010 | 1100100 | 100101 |
Color Harmonies of #8FBC00
Complementary color
Monochromatic Colors of #8FBC00
Black with #8FBC00
Text Example
Text Example
White with #8FBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC00; }
p { color: rgb(143,188,0); }
H1.HeaderClassName
{
color: #8FBC00;
}
.AnyTagClassName
{
color: #8FBC00;
}
</style>
background-color css
<style>
a { background-color: #8FBC00; }
a { background-color: rgb(143,188,0); }
div.DivClassName
{
background-color: #8FBC00;
}
.BgClassName
{
background-color: #8FBC00;
}
</style>
border-color css
<style>
span { border-color: #8FBC00; }
span { border-color: rgb(143,188,0); }
td.TdClassName
{
border-color: #8FBC00;
}
.TagClassName
{
border-color: #8FBC00;
}
</style>