Shades of Citrus #87B900
Tints of Citrus #87B900
RGB
CMYK
RGB Variations
Color information
#87B900 (or 0x87B900) is known color: Citrus. HEX triplet: 87, B9 and 00. RGB value is (135,185,0). Sum of RGB (Red+Green+Blue) = 135+185+0=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #87B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87B900 is #7846FF. Grayscale: #959595. Windows color (decimal): -7882496 or 47495. OLE color: 47495.
HSL color Cylindrical-coordinate representation of color #87B900: hue angle of 76.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87B900 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 185 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.27 |
| HSL | 76.22º | 1% | 0.36% | - |
| HSV(B) | 76.22º | 1% | 0.73% | - |
| XYZ | 27.34 | 39.85 | 6.25 | - |
| YUV | 148.96 | 43.94 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 185 | 0 | 0.27 | 0 | 1 | 0.27 | 76.22 | 1 | 0.36 |
| Hex | 87 | B9 | 0 | 1B | 0 | 64 | 1B | 4C | 64 | 24 |
| Octal | 207 | 271 | 0 | 33 | 0 | 144 | 33 | 114 | 144 | 44 |
| Binary | 10000111 | 10111001 | 0 | 11011 | 0 | 1100100 | 11011 | 1001100 | 1100100 | 100100 |
Color Harmonies of #87B900
Complementary color
Monochromatic Colors of #87B900
Black with #87B900
Text Example
Text Example
White with #87B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B900; }
p { color: rgb(135,185,0); }
H1.HeaderClassName
{
color: #87B900;
}
.AnyTagClassName
{
color: #87B900;
}
</style>
background-color css
<style>
a { background-color: #87B900; }
a { background-color: rgb(135,185,0); }
div.DivClassName
{
background-color: #87B900;
}
.BgClassName
{
background-color: #87B900;
}
</style>
border-color css
<style>
span { border-color: #87B900; }
span { border-color: rgb(135,185,0); }
td.TdClassName
{
border-color: #87B900;
}
.TagClassName
{
border-color: #87B900;
}
</style>