Shades of Citrus #87C80B
Tints of Citrus #87C80B
RGB
CMYK
RGB Variations
Color information
#87C80B (or 0x87C80B) is known color: Citrus. HEX triplet: 87, C8 and 0B. RGB value is (135,200,11). Sum of RGB (Red+Green+Blue) = 135+200+11=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #87C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C80B is #7837F4. Grayscale: #9F9F9F. Windows color (decimal): -7878645 or 772231. OLE color: 772231.
HSL color Cylindrical-coordinate representation of color #87C80B: hue angle of 80.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87C80B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 11 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.22 |
| HSL | 80.63º | 0.9% | 0.41% | - |
| HSV(B) | 80.63º | 0.95% | 0.78% | - |
| XYZ | 30.71 | 46.48 | 7.67 | - |
| YUV | 159.02 | 44.47 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 11 | 0.32 | 0 | 0.94 | 0.22 | 80.63 | 0.9 | 0.41 |
| Hex | 87 | C8 | B | 20 | 0 | 5E | 16 | 51 | 5A | 29 |
| Octal | 207 | 310 | 13 | 40 | 0 | 136 | 26 | 121 | 132 | 51 |
| Binary | 10000111 | 11001000 | 1011 | 100000 | 0 | 1011110 | 10110 | 1010001 | 1011010 | 101001 |
Color Harmonies of #87C80B
Complementary color
Monochromatic Colors of #87C80B
Black with #87C80B
Text Example
Text Example
White with #87C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C80B; }
p { color: rgb(135,200,11); }
H1.HeaderClassName
{
color: #87C80B;
}
.AnyTagClassName
{
color: #87C80B;
}
</style>
background-color css
<style>
a { background-color: #87C80B; }
a { background-color: rgb(135,200,11); }
div.DivClassName
{
background-color: #87C80B;
}
.BgClassName
{
background-color: #87C80B;
}
</style>
border-color css
<style>
span { border-color: #87C80B; }
span { border-color: rgb(135,200,11); }
td.TdClassName
{
border-color: #87C80B;
}
.TagClassName
{
border-color: #87C80B;
}
</style>