#87C217

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

Shades of Lima #87C217

Tints of Lima #87C217

Color information

#87C217 (or 0x87C217) is unknown color: approx Lima. HEX triplet: 87, C2 and 17. RGB value is (135,194,23). Sum of RGB (Red+Green+Blue) = 135+194+23=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #87C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C217 is #783DE8. Grayscale: #9D9D9D. Windows color (decimal): -7880169 or 1557127. OLE color: 1557127.

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

Color convert

RGB13519423-
CMYK0.3000.880.24
HSL80.7º78.8%42.55%-
HSV(B)80.7º88.14%76.08%-
XYZ29.4443.87.71-
YUV156.8652.45112.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 194 (76.17% from 255) = 55.11%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=38.35%
G=55.11%
B=6.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135194230.3000.880.2480.778.842.55
Hex87C2171E05818514f2b
Octal207302273601303012111753
Binary10000111110000101011111110010110001100010100011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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