#86c41c

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

Shades of Lima #86C41C

Tints of Lima #86C41C

Color information

#86C41C (or 0x86C41C) is unknown color: approx Lima. HEX triplet: 86, C4 and 1C. RGB value is (134,196,28). Sum of RGB (Red+Green+Blue) = 134+196+28=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #86C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C41C is #793BE3. Grayscale: #9E9E9E. Windows color (decimal): -7945188 or 1885318. OLE color: 1885318.

HSL color Cylindrical-coordinate representation of color #86C41C: hue angle of 82.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86C41C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB13419628-
CMYK0.3200.860.23
HSL82.14º75%43.92%-
HSV(B)82.14º85.71%76.86%-
XYZ29.7844.638.14-
YUV158.3154.46110.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 196 (76.95% from 255) = 54.75%
BLUE value IS 28 (11.33% from 255) = 7.82%
R=37.43%
G=54.75%
B=7.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134196280.3200.860.2382.147543.92
Hex86C41C2005617524b2c
Octal206304344001262712211354
Binary100001101100010011100100000010101101011110100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86c41c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86c41c; }

 p { color: rgb(134,196,28); }

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

<style>
 a { background-color: #86c41c; }

 a { background-color: rgb(134,196,28); }

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

<style>
 span { border-color: #86c41c; }

 span { border-color: rgb(134,196,28); }

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