#87c61b

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

Shades of Lima #87C61B

Tints of Lima #87C61B

Color information

#87C61B (or 0x87C61B) is unknown color: approx Lima. HEX triplet: 87, C6 and 1B. RGB value is (135,198,27). Sum of RGB (Red+Green+Blue) = 135+198+27=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #87C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C61B is #7839E4. Grayscale: #A0A0A0. Windows color (decimal): -7879141 or 1820295. OLE color: 1820295.

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

Color convert

RGB13519827-
CMYK0.3200.860.22
HSL82.11º76%44.12%-
HSV(B)82.11º86.36%77.65%-
XYZ30.3845.628.24-
YUV159.6753.13110.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 198 (77.73% from 255) = 55%
BLUE value IS 27 (10.94% from 255) = 7.5%
R=37.5%
G=55%
B=7.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135198270.3200.860.2282.117644.12
Hex87C61B2005616524c2c
Octal207306334001262612211454
Binary100001111100011011011100000010101101011010100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87c61b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,198,27); }

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

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

 a { background-color: rgb(135,198,27); }

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

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

 span { border-color: rgb(135,198,27); }

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