Shades of Citrus #87C00B
Tints of Citrus #87C00B
RGB
CMYK
RGB Variations
Color information
#87C00B (or 0x87C00B) is known color: Citrus. HEX triplet: 87, C0 and 0B. RGB value is (135,192,11). Sum of RGB (Red+Green+Blue) = 135+192+11=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #87C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C00B is #783FF4. Grayscale: #9A9A9A. Windows color (decimal): -7880693 or 770183. OLE color: 770183.
HSL color Cylindrical-coordinate representation of color #87C00B: hue angle of 78.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87C00B is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 11 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.25 |
| HSL | 78.9º | 0.89% | 0.4% | - |
| HSV(B) | 78.9º | 0.94% | 0.75% | - |
| XYZ | 28.9 | 42.87 | 7.07 | - |
| YUV | 154.32 | 47.12 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 11 | 0.30 | 0 | 0.94 | 0.25 | 78.9 | 0.89 | 0.4 |
| Hex | 87 | C0 | B | 1E | 0 | 5E | 19 | 4F | 59 | 28 |
| Octal | 207 | 300 | 13 | 36 | 0 | 136 | 31 | 117 | 131 | 50 |
| Binary | 10000111 | 11000000 | 1011 | 11110 | 0 | 1011110 | 11001 | 1001111 | 1011001 | 101000 |
Color Harmonies of #87C00B
Complementary color
Monochromatic Colors of #87C00B
Black with #87C00B
Text Example
Text Example
White with #87C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C00B; }
p { color: rgb(135,192,11); }
H1.HeaderClassName
{
color: #87C00B;
}
.AnyTagClassName
{
color: #87C00B;
}
</style>
background-color css
<style>
a { background-color: #87C00B; }
a { background-color: rgb(135,192,11); }
div.DivClassName
{
background-color: #87C00B;
}
.BgClassName
{
background-color: #87C00B;
}
</style>
border-color css
<style>
span { border-color: #87C00B; }
span { border-color: rgb(135,192,11); }
td.TdClassName
{
border-color: #87C00B;
}
.TagClassName
{
border-color: #87C00B;
}
</style>