#87C80D

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

Shades of Citrus #87C80D

Tints of Citrus #87C80D

Color information

#87C80D (or 0x87C80D) is unknown color: approx Citrus. HEX triplet: 87, C8 and 0D. RGB value is (135,200,13). Sum of RGB (Red+Green+Blue) = 135+200+13=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #87C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C80D is #7837F2. Grayscale: #9F9F9F. Windows color (decimal): -7878643 or 903303. OLE color: 903303.

HSL color Cylindrical-coordinate representation of color #87C80D: hue angle of 80.86º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87C80D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB13520013-
CMYK0.3200.940.22
HSL80.86º87.79%41.76%-
HSV(B)80.86º93.5%78.43%-
XYZ30.7246.497.73-
YUV159.2545.47110.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 200 (78.52% from 255) = 57.47%
BLUE value IS 13 (5.47% from 255) = 3.74%
R=38.79%
G=57.47%
B=3.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135200130.3200.940.2280.8687.7941.76
Hex87C8D2005E1651582a
Octal207310154001362612113052
Binary10000111110010001101100000010111101011010100011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C80D; }

 p { color: rgb(135,200,13); }

 H1.HeaderClassName
 {
   color: #87C80D;
 }
 .AnyTagClassName
 {
   color: #87C80D;
 }
</style>
background-color css

<style>
 a { background-color: #87C80D; }

 a { background-color: rgb(135,200,13); }

 div.DivClassName
 {
   background-color: #87C80D;
 }
 .BgClassName
 {
   background-color: #87C80D;
 }
</style>
border-color css

<style>
 span { border-color: #87C80D; }

 span { border-color: rgb(135,200,13); }

 td.TdClassName
 {
   border-color: #87C80D;
 }
 .TagClassName
 {
   border-color: #87C80D;
 }
</style>