#87C215

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

Shades of Lima #87C215

Tints of Lima #87C215

Color information

#87C215 (or 0x87C215) is unknown color: approx Lima. HEX triplet: 87, C2 and 15. RGB value is (135,194,21). Sum of RGB (Red+Green+Blue) = 135+194+21=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #87C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C215 is #783DEA. Grayscale: #9D9D9D. Windows color (decimal): -7880171 or 1426055. OLE color: 1426055.

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

Color convert

RGB13519421-
CMYK0.3000.890.24
HSL80.46º80.47%42.16%-
HSV(B)80.46º89.18%76.08%-
XYZ29.4243.797.61-
YUV156.6451.45112.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 194 (76.17% from 255) = 55.43%
BLUE value IS 21 (8.59% from 255) = 6%
R=38.57%
G=55.43%
B=6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135194210.3000.890.2480.4680.4742.16
Hex87C2151E0591850502a
Octal207302253601313012012052
Binary10000111110000101010111110010110011100010100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,194,21); }

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

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

 a { background-color: rgb(135,194,21); }

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

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

 span { border-color: rgb(135,194,21); }

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