Shades of Citrus #87BD01
Tints of Citrus #87BD01
RGB
CMYK
RGB Variations
Color information
#87BD01 (or 0x87BD01) is known color: Citrus. HEX triplet: 87, BD and 01. RGB value is (135,189,1). Sum of RGB (Red+Green+Blue) = 135+189+1=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BD01 is #7842FE. Grayscale: #989898. Windows color (decimal): -7881471 or 114055. OLE color: 114055.
HSL color Cylindrical-coordinate representation of color #87BD01: hue angle of 77.23º degrees, saturation: 0.99, 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 #87BD01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.26 |
| HSL | 77.23º | 0.99% | 0.37% | - |
| HSV(B) | 77.23º | 0.99% | 0.74% | - |
| XYZ | 28.19 | 41.55 | 6.56 | - |
| YUV | 151.42 | 43.11 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 1 | 0.29 | 0 | 0.99 | 0.26 | 77.23 | 0.99 | 0.37 |
| Hex | 87 | BD | 1 | 1D | 0 | 63 | 1A | 4D | 63 | 25 |
| Octal | 207 | 275 | 1 | 35 | 0 | 143 | 32 | 115 | 143 | 45 |
| Binary | 10000111 | 10111101 | 1 | 11101 | 0 | 1100011 | 11010 | 1001101 | 1100011 | 100101 |
Color Harmonies of #87BD01
Complementary color
Monochromatic Colors of #87BD01
Black with #87BD01
Text Example
Text Example
White with #87BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD01; }
p { color: rgb(135,189,1); }
H1.HeaderClassName
{
color: #87BD01;
}
.AnyTagClassName
{
color: #87BD01;
}
</style>
background-color css
<style>
a { background-color: #87BD01; }
a { background-color: rgb(135,189,1); }
div.DivClassName
{
background-color: #87BD01;
}
.BgClassName
{
background-color: #87BD01;
}
</style>
border-color css
<style>
span { border-color: #87BD01; }
span { border-color: rgb(135,189,1); }
td.TdClassName
{
border-color: #87BD01;
}
.TagClassName
{
border-color: #87BD01;
}
</style>