#86D07E

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

Shades of De York #86D07E

Tints of De York #86D07E

Color information

#86D07E (or 0x86D07E) is unknown color: approx De York. HEX triplet: 86, D0 and 7E. RGB value is (134,208,126). Sum of RGB (Red+Green+Blue) = 134+208+126=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #86D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D07E is #792F81. Grayscale: #B0B0B0. Windows color (decimal): -7942018 or 8310918. OLE color: 8310918.

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

Color convert

RGB134208126-
CMYK0.3600.390.18
HSL114.15º46.59%65.49%-
HSV(B)114.15º39.42%81.57%-
XYZ36.1551.6927.81-
YUV176.5399.4897.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=28.63%
G=44.44%
B=26.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081260.3600.390.18114.1546.5965.49
Hex86D07E2402712722f41
Octal206320176440472216257101
Binary1000011011010000111111010010001001111001011100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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