#86D785

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

Shades of De York #86D785

Tints of De York #86D785

Color information

#86D785 (or 0x86D785) is unknown color: approx De York. HEX triplet: 86, D7 and 85. RGB value is (134,215,133). Sum of RGB (Red+Green+Blue) = 134+215+133=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #86D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D785 is #79287A. Grayscale: #B5B5B5. Windows color (decimal): -7940219 or 8771462. OLE color: 8771462.

HSL color Cylindrical-coordinate representation of color #86D785: hue angle of 119.27º degrees, saturation: 0.51, 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 #86D785 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB134215133-
CMYK0.3800.380.16
HSL119.27º50.62%68.24%-
HSV(B)119.27º38.14%84.31%-
XYZ38.3755.3630.85-
YUV181.43100.6694.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=27.80%
G=44.61%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342151330.3800.380.16119.2750.6268.24
Hex86D7852602610773344
Octal206327205460462016763104
Binary10000110110101111000010110011001001101000011101111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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