Shades of Citrus #87BD00
Tints of Citrus #87BD00
RGB
CMYK
RGB Variations
Color information
#87BD00 (or 0x87BD00) is known color: Citrus. HEX triplet: 87, BD and 00. RGB value is (135,189,0). Sum of RGB (Red+Green+Blue) = 135+189+0=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BD00 is #7842FF. Grayscale: #989898. Windows color (decimal): -7881472 or 48519. OLE color: 48519.
HSL color Cylindrical-coordinate representation of color #87BD00: hue angle of 77.14º 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 #87BD00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.26 |
| HSL | 77.14º | 1% | 0.37% | - |
| HSV(B) | 77.14º | 1% | 0.74% | - |
| XYZ | 28.19 | 41.55 | 6.53 | - |
| YUV | 151.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 0 | 0.29 | 0 | 1 | 0.26 | 77.14 | 1 | 0.37 |
| Hex | 87 | BD | 0 | 1D | 0 | 64 | 1A | 4D | 64 | 25 |
| Octal | 207 | 275 | 0 | 35 | 0 | 144 | 32 | 115 | 144 | 45 |
| Binary | 10000111 | 10111101 | 0 | 11101 | 0 | 1100100 | 11010 | 1001101 | 1100100 | 100101 |
Color Harmonies of #87BD00
Complementary color
Monochromatic Colors of #87BD00
Black with #87BD00
Text Example
Text Example
White with #87BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD00; }
p { color: rgb(135,189,0); }
H1.HeaderClassName
{
color: #87BD00;
}
.AnyTagClassName
{
color: #87BD00;
}
</style>
background-color css
<style>
a { background-color: #87BD00; }
a { background-color: rgb(135,189,0); }
div.DivClassName
{
background-color: #87BD00;
}
.BgClassName
{
background-color: #87BD00;
}
</style>
border-color css
<style>
span { border-color: #87BD00; }
span { border-color: rgb(135,189,0); }
td.TdClassName
{
border-color: #87BD00;
}
.TagClassName
{
border-color: #87BD00;
}
</style>