#86CA13

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

Shades of Lima #86CA13

Tints of Lima #86CA13

Color information

#86CA13 (or 0x86CA13) is unknown color: approx Lima. HEX triplet: 86, CA and 13. RGB value is (134,202,19). Sum of RGB (Red+Green+Blue) = 134+202+19=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CA13 is #7935EC. Grayscale: #A1A1A1. Windows color (decimal): -7943661 or 1297030. OLE color: 1297030.

HSL color Cylindrical-coordinate representation of color #86CA13: hue angle of 82.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86CA13 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB13420219-
CMYK0.3400.910.21
HSL82.3º82.81%43.33%-
HSV(B)82.3º90.59%79.22%-
XYZ31.0747.368.12-
YUV160.8147.97108.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 19 (7.81% from 255) = 5.35%
R=37.75%
G=56.90%
B=5.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202190.3400.910.2182.382.8143.33
Hex86CA132205B1552532b
Octal206312234201332512212353
Binary100001101100101010011100010010110111010110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,19); }

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

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

 a { background-color: rgb(134,202,19); }

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

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

 span { border-color: rgb(134,202,19); }

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