Shades of Citrus #87BC02
Tints of Citrus #87BC02
RGB
CMYK
RGB Variations
Color information
#87BC02 (or 0x87BC02) is known color: Citrus. HEX triplet: 87, BC and 02. RGB value is (135,188,2). Sum of RGB (Red+Green+Blue) = 135+188+2=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BC02 is #7843FD. Grayscale: #979797. Windows color (decimal): -7881726 or 179335. OLE color: 179335.
HSL color Cylindrical-coordinate representation of color #87BC02: hue angle of 77.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87BC02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.26 |
| HSL | 77.1º | 0.98% | 0.37% | - |
| HSV(B) | 77.1º | 0.99% | 0.74% | - |
| XYZ | 27.99 | 41.12 | 6.52 | - |
| YUV | 150.95 | 43.94 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 2 | 0.28 | 0 | 0.99 | 0.26 | 77.1 | 0.98 | 0.37 |
| Hex | 87 | BC | 2 | 1C | 0 | 63 | 1A | 4D | 62 | 25 |
| Octal | 207 | 274 | 2 | 34 | 0 | 143 | 32 | 115 | 142 | 45 |
| Binary | 10000111 | 10111100 | 10 | 11100 | 0 | 1100011 | 11010 | 1001101 | 1100010 | 100101 |
Color Harmonies of #87BC02
Complementary color
Monochromatic Colors of #87BC02
Black with #87BC02
Text Example
Text Example
White with #87BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC02; }
p { color: rgb(135,188,2); }
H1.HeaderClassName
{
color: #87BC02;
}
.AnyTagClassName
{
color: #87BC02;
}
</style>
background-color css
<style>
a { background-color: #87BC02; }
a { background-color: rgb(135,188,2); }
div.DivClassName
{
background-color: #87BC02;
}
.BgClassName
{
background-color: #87BC02;
}
</style>
border-color css
<style>
span { border-color: #87BC02; }
span { border-color: rgb(135,188,2); }
td.TdClassName
{
border-color: #87BC02;
}
.TagClassName
{
border-color: #87BC02;
}
</style>