#86D687

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

Shades of De York #86D687

Tints of De York #86D687

Color information

#86D687 (or 0x86D687) is unknown color: approx De York. HEX triplet: 86, D6 and 87. RGB value is (134,214,135). Sum of RGB (Red+Green+Blue) = 134+214+135=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #86D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D687 is #792978. Grayscale: #B5B5B5. Windows color (decimal): -7940473 or 8902278. OLE color: 8902278.

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

Color convert

RGB134214135-
CMYK0.3700.370.16
HSL120.75º49.38%68.24%-
HSV(B)120.75º37.38%83.92%-
XYZ38.2554.9131.5-
YUV181.0710294.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=27.74%
G=44.31%
B=27.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342141350.3700.370.16120.7549.3868.24
Hex86D6872502510793144
Octal206326207450452017161104
Binary10000110110101101000011110010101001011000011110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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