Shades of Citrus #87BC00
Tints of Citrus #87BC00
RGB
CMYK
RGB Variations
Color information
#87BC00 (or 0x87BC00) is known color: Citrus. HEX triplet: 87, BC and 00. RGB value is (135,188,0). Sum of RGB (Red+Green+Blue) = 135+188+0=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BC00 is #7843FF. Grayscale: #979797. Windows color (decimal): -7881728 or 48263. OLE color: 48263.
HSL color Cylindrical-coordinate representation of color #87BC00: hue angle of 76.91º 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 #87BC00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.26 |
| HSL | 76.91º | 1% | 0.37% | - |
| HSV(B) | 76.91º | 1% | 0.74% | - |
| XYZ | 27.97 | 41.12 | 6.46 | - |
| YUV | 150.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 0 | 0.28 | 0 | 1 | 0.26 | 76.91 | 1 | 0.37 |
| Hex | 87 | BC | 0 | 1C | 0 | 64 | 1A | 4D | 64 | 25 |
| Octal | 207 | 274 | 0 | 34 | 0 | 144 | 32 | 115 | 144 | 45 |
| Binary | 10000111 | 10111100 | 0 | 11100 | 0 | 1100100 | 11010 | 1001101 | 1100100 | 100101 |
Color Harmonies of #87BC00
Complementary color
Monochromatic Colors of #87BC00
Black with #87BC00
Text Example
Text Example
White with #87BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC00; }
p { color: rgb(135,188,0); }
H1.HeaderClassName
{
color: #87BC00;
}
.AnyTagClassName
{
color: #87BC00;
}
</style>
background-color css
<style>
a { background-color: #87BC00; }
a { background-color: rgb(135,188,0); }
div.DivClassName
{
background-color: #87BC00;
}
.BgClassName
{
background-color: #87BC00;
}
</style>
border-color css
<style>
span { border-color: #87BC00; }
span { border-color: rgb(135,188,0); }
td.TdClassName
{
border-color: #87BC00;
}
.TagClassName
{
border-color: #87BC00;
}
</style>