#87AF00

Color #87AF00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #87AF00

Tints of Citrus #87AF00

Color information

#87AF00 (or 0x87AF00) is unknown color: approx 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

RGB1351750-
CMYK0.23010.31
HSL73.71º100%34.31%-
HSV(B)73.71º100%68.63%-
XYZ25.3235.815.58-
YUV143.0947.25122.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 175 (68.75% from 255) = 56.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.55%
G=56.45%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13517500.23010.3173.7110034.31
Hex87AF0170641F4a6422
Octal20725702701443711214442
Binary1000011110101111010111011001001111110010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>