#87B40E

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

Shades of Lima #87B40E

Tints of Lima #87B40E

Color information

#87B40E (or 0x87B40E) is unknown color: approx Lima. HEX triplet: 87, B4 and 0E. RGB value is (135,180,14). Sum of RGB (Red+Green+Blue) = 135+180+14=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #87B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87B40E is #784BF1. Grayscale: #949494. Windows color (decimal): -7883762 or 963719. OLE color: 963719.

HSL color Cylindrical-coordinate representation of color #87B40E: hue angle of 76.27º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87B40E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB13518014-
CMYK0.2500.920.29
HSL76.27º85.57%38.04%-
HSV(B)76.27º92.22%70.59%-
XYZ26.3937.836.33-
YUV147.6252.59119-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=41.03%
G=54.71%
B=4.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135180140.2500.920.2976.2785.5738.04
Hex87B4E1905C1D4c5626
Octal207264163101343511412646
Binary1000011110110100111011001010111001110110011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,180,14); }

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

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

 a { background-color: rgb(135,180,14); }

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

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

 span { border-color: rgb(135,180,14); }

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