#86D087

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

Shades of De York #86D087

Tints of De York #86D087

Color information

#86D087 (or 0x86D087) is unknown color: approx De York. HEX triplet: 86, D0 and 87. RGB value is (134,208,135). Sum of RGB (Red+Green+Blue) = 134+208+135=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #86D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D087 is #792F78. Grayscale: #B1B1B1. Windows color (decimal): -7942009 or 8900742. OLE color: 8900742.

HSL color Cylindrical-coordinate representation of color #86D087: hue angle of 120.81º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D087 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB134208135-
CMYK0.3600.350.18
HSL120.81º44.05%67.06%-
HSV(B)120.81º35.58%81.57%-
XYZ36.7651.9331.01-
YUV177.55103.9896.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=28.09%
G=43.61%
B=28.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081350.3600.350.18120.8144.0567.06
Hex86D0872402312792c43
Octal206320207440432217154103
Binary10000110110100001000011110010001000111001011110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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