#86C819

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

Shades of Lima #86C819

Tints of Lima #86C819

Color information

#86C819 (or 0x86C819) is unknown color: approx Lima. HEX triplet: 86, C8 and 19. RGB value is (134,200,25). Sum of RGB (Red+Green+Blue) = 134+200+25=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #86C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C819 is #7937E6. Grayscale: #A0A0A0. Windows color (decimal): -7944167 or 1689734. OLE color: 1689734.

HSL color Cylindrical-coordinate representation of color #86C819: hue angle of 82.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86C819 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB13420025-
CMYK0.3300.880.22
HSL82.63º77.78%44.12%-
HSV(B)82.63º87.5%78.43%-
XYZ30.6646.458.27-
YUV160.3251.63109.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 200 (78.52% from 255) = 55.71%
BLUE value IS 25 (10.16% from 255) = 6.96%
R=37.33%
G=55.71%
B=6.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134200250.3300.880.2282.6377.7844.12
Hex86C8192105816534e2c
Octal206310314101302612311654
Binary100001101100100011001100001010110001011010100111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,25); }

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

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

 a { background-color: rgb(134,200,25); }

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

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

 span { border-color: rgb(134,200,25); }

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