Shades of Citrus #87AF00
Tints of Citrus #87AF00
RGB
CMYK
RGB Variations
Color information
#87AF00 (or 0x87AF00) is known color: Citrus. HEX triplet: 87, AF and 00. RGB value is (135,175,0). Sum of RGB (Red+Green+Blue) = 135+175+0=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AF00 is #7850FF. Grayscale: #8F8F8F. Windows color (decimal): -7885056 or 44935. OLE color: 44935.
HSL color Cylindrical-coordinate representation of color #87AF00: hue angle of 73.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87AF00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 175 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.31 |
| HSL | 73.71º | 1% | 0.34% | - |
| HSV(B) | 73.71º | 1% | 0.69% | - |
| XYZ | 25.32 | 35.81 | 5.58 | - |
| YUV | 143.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 0 | 0.23 | 0 | 1 | 0.31 | 73.71 | 1 | 0.34 |
| Hex | 87 | AF | 0 | 17 | 0 | 64 | 1F | 4A | 64 | 22 |
| Octal | 207 | 257 | 0 | 27 | 0 | 144 | 37 | 112 | 144 | 42 |
| Binary | 10000111 | 10101111 | 0 | 10111 | 0 | 1100100 | 11111 | 1001010 | 1100100 | 100010 |
Color Harmonies of #87AF00
Complementary color
Monochromatic Colors of #87AF00
Black with #87AF00
Text Example
Text Example
White with #87AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AF00; }
p { color: rgb(135,175,0); }
H1.HeaderClassName
{
color: #87AF00;
}
.AnyTagClassName
{
color: #87AF00;
}
</style>
background-color css
<style>
a { background-color: #87AF00; }
a { background-color: rgb(135,175,0); }
div.DivClassName
{
background-color: #87AF00;
}
.BgClassName
{
background-color: #87AF00;
}
</style>
border-color css
<style>
span { border-color: #87AF00; }
span { border-color: rgb(135,175,0); }
td.TdClassName
{
border-color: #87AF00;
}
.TagClassName
{
border-color: #87AF00;
}
</style>