#87C016

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

Shades of Lima #87C016

Tints of Lima #87C016

Color information

#87C016 (or 0x87C016) is unknown color: approx Lima. HEX triplet: 87, C0 and 16. RGB value is (135,192,22). Sum of RGB (Red+Green+Blue) = 135+192+22=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #87C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C016 is #783FE9. Grayscale: #9C9C9C. Windows color (decimal): -7880682 or 1491079. OLE color: 1491079.

HSL color Cylindrical-coordinate representation of color #87C016: hue angle of 80.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87C016 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB13519222-
CMYK0.3000.890.25
HSL80.12º79.44%41.96%-
HSV(B)80.12º88.54%75.29%-
XYZ28.9942.917.51-
YUV155.5852.62113.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 192 (75.39% from 255) = 55.01%
BLUE value IS 22 (8.98% from 255) = 6.30%
R=38.68%
G=55.01%
B=6.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135192220.3000.890.2580.1279.4441.96
Hex87C0161E05919504f2a
Octal207300263601313112011752
Binary10000111110000001011011110010110011100110100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,192,22); }

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

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

 a { background-color: rgb(135,192,22); }

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

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

 span { border-color: rgb(135,192,22); }

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