Shades of Citrus #87A800
Tints of Citrus #87A800
RGB
CMYK
RGB Variations
Color information
#87A800 (or 0x87A800) is known color: Citrus. HEX triplet: 87, A8 and 00. RGB value is (135,168,0). Sum of RGB (Red+Green+Blue) = 135+168+0=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #87A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A800 is #7857FF. Grayscale: #8B8B8B. Windows color (decimal): -7886848 or 43143. OLE color: 43143.
HSL color Cylindrical-coordinate representation of color #87A800: hue angle of 71.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87A800 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 168 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.34 |
| HSL | 71.79º | 1% | 0.33% | - |
| HSV(B) | 71.79º | 1% | 0.66% | - |
| XYZ | 23.99 | 33.16 | 5.14 | - |
| YUV | 138.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 0 | 0.20 | 0 | 1 | 0.34 | 71.79 | 1 | 0.33 |
| Hex | 87 | A8 | 0 | 14 | 0 | 64 | 22 | 48 | 64 | 21 |
| Octal | 207 | 250 | 0 | 24 | 0 | 144 | 42 | 110 | 144 | 41 |
| Binary | 10000111 | 10101000 | 0 | 10100 | 0 | 1100100 | 100010 | 1001000 | 1100100 | 100001 |
Color Harmonies of #87A800
Complementary color
Monochromatic Colors of #87A800
Black with #87A800
Text Example
Text Example
White with #87A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A800; }
p { color: rgb(135,168,0); }
H1.HeaderClassName
{
color: #87A800;
}
.AnyTagClassName
{
color: #87A800;
}
</style>
background-color css
<style>
a { background-color: #87A800; }
a { background-color: rgb(135,168,0); }
div.DivClassName
{
background-color: #87A800;
}
.BgClassName
{
background-color: #87A800;
}
</style>
border-color css
<style>
span { border-color: #87A800; }
span { border-color: rgb(135,168,0); }
td.TdClassName
{
border-color: #87A800;
}
.TagClassName
{
border-color: #87A800;
}
</style>