Shades of Citrus #87C006
Tints of Citrus #87C006
RGB
CMYK
RGB Variations
Color information
#87C006 (or 0x87C006) is known color: Citrus. HEX triplet: 87, C0 and 06. RGB value is (135,192,6). Sum of RGB (Red+Green+Blue) = 135+192+6=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #87C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C006 is #783FF9. Grayscale: #9A9A9A. Windows color (decimal): -7880698 or 442503. OLE color: 442503.
HSL color Cylindrical-coordinate representation of color #87C006: hue angle of 78.39º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87C006 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.25 |
| HSL | 78.39º | 0.94% | 0.39% | - |
| HSV(B) | 78.39º | 0.97% | 0.75% | - |
| XYZ | 28.87 | 42.86 | 6.92 | - |
| YUV | 153.75 | 44.62 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 6 | 0.30 | 0 | 0.97 | 0.25 | 78.39 | 0.94 | 0.39 |
| Hex | 87 | C0 | 6 | 1E | 0 | 61 | 19 | 4E | 5E | 27 |
| Octal | 207 | 300 | 6 | 36 | 0 | 141 | 31 | 116 | 136 | 47 |
| Binary | 10000111 | 11000000 | 110 | 11110 | 0 | 1100001 | 11001 | 1001110 | 1011110 | 100111 |
Color Harmonies of #87C006
Complementary color
Monochromatic Colors of #87C006
Black with #87C006
Text Example
Text Example
White with #87C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C006; }
p { color: rgb(135,192,6); }
H1.HeaderClassName
{
color: #87C006;
}
.AnyTagClassName
{
color: #87C006;
}
</style>
background-color css
<style>
a { background-color: #87C006; }
a { background-color: rgb(135,192,6); }
div.DivClassName
{
background-color: #87C006;
}
.BgClassName
{
background-color: #87C006;
}
</style>
border-color css
<style>
span { border-color: #87C006; }
span { border-color: rgb(135,192,6); }
td.TdClassName
{
border-color: #87C006;
}
.TagClassName
{
border-color: #87C006;
}
</style>