Shades of Citrus #87AF0B
Tints of Citrus #87AF0B
RGB
CMYK
RGB Variations
Color information
#87AF0B (or 0x87AF0B) is known color: Citrus. HEX triplet: 87, AF and 0B. RGB value is (135,175,11). Sum of RGB (Red+Green+Blue) = 135+175+11=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AF0B is #7850F4. Grayscale: #909090. Windows color (decimal): -7885045 or 765831. OLE color: 765831.
HSL color Cylindrical-coordinate representation of color #87AF0B: hue angle of 74.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87AF0B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 175 | 11 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.31 |
| HSL | 74.63º | 0.88% | 0.36% | - |
| HSV(B) | 74.63º | 0.94% | 0.69% | - |
| XYZ | 25.38 | 35.84 | 5.9 | - |
| YUV | 144.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 11 | 0.23 | 0 | 0.94 | 0.31 | 74.63 | 0.88 | 0.36 |
| Hex | 87 | AF | B | 17 | 0 | 5E | 1F | 4B | 58 | 24 |
| Octal | 207 | 257 | 13 | 27 | 0 | 136 | 37 | 113 | 130 | 44 |
| Binary | 10000111 | 10101111 | 1011 | 10111 | 0 | 1011110 | 11111 | 1001011 | 1011000 | 100100 |
Color Harmonies of #87AF0B
Complementary color
Monochromatic Colors of #87AF0B
Black with #87AF0B
Text Example
Text Example
White with #87AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AF0B; }
p { color: rgb(135,175,11); }
H1.HeaderClassName
{
color: #87AF0B;
}
.AnyTagClassName
{
color: #87AF0B;
}
</style>
background-color css
<style>
a { background-color: #87AF0B; }
a { background-color: rgb(135,175,11); }
div.DivClassName
{
background-color: #87AF0B;
}
.BgClassName
{
background-color: #87AF0B;
}
</style>
border-color css
<style>
span { border-color: #87AF0B; }
span { border-color: rgb(135,175,11); }
td.TdClassName
{
border-color: #87AF0B;
}
.TagClassName
{
border-color: #87AF0B;
}
</style>