#86D382

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

Shades of De York #86D382

Tints of De York #86D382

Color information

#86D382 (or 0x86D382) is unknown color: approx De York. HEX triplet: 86, D3 and 82. RGB value is (134,211,130). Sum of RGB (Red+Green+Blue) = 134+211+130=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #86D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D382 is #792C7D. Grayscale: #B2B2B2. Windows color (decimal): -7941246 or 8573830. OLE color: 8573830.

HSL color Cylindrical-coordinate representation of color #86D382: hue angle of 117.04º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D382 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB134211130-
CMYK0.3600.380.17
HSL117.04º47.93%66.86%-
HSV(B)117.04º38.39%82.75%-
XYZ37.1653.2729.44-
YUV178.74100.4996.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=28.21%
G=44.42%
B=27.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111300.3600.380.17117.0447.9366.86
Hex86D3822402611753043
Octal206323202440462116560103
Binary10000110110100111000001010010001001101000111101011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,211,130); }

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

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

 a { background-color: rgb(134,211,130); }

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

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

 span { border-color: rgb(134,211,130); }

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