#86D685

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

Shades of De York #86D685

Tints of De York #86D685

Color information

#86D685 (or 0x86D685) is unknown color: approx De York. HEX triplet: 86, D6 and 85. RGB value is (134,214,133). Sum of RGB (Red+Green+Blue) = 134+214+133=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #86D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D685 is #79297A. Grayscale: #B5B5B5. Windows color (decimal): -7940475 or 8771206. OLE color: 8771206.

HSL color Cylindrical-coordinate representation of color #86D685: hue angle of 119.26º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D685 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB134214133-
CMYK0.3700.380.16
HSL119.26º49.69%68.04%-
HSV(B)119.26º37.85%83.92%-
XYZ38.1154.8530.77-
YUV180.8510194.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=27.86%
G=44.49%
B=27.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342141330.3700.380.16119.2649.6968.04
Hex86D6852502610773244
Octal206326205450462016762104
Binary10000110110101101000010110010101001101000011101111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,133); }

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

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

 a { background-color: rgb(134,214,133); }

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

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

 span { border-color: rgb(134,214,133); }

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