#86DD8E

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

Shades of De York #86DD8E

Tints of De York #86DD8E

Color information

#86DD8E (or 0x86DD8E) is unknown color: approx De York. HEX triplet: 86, DD and 8E. RGB value is (134,221,142). Sum of RGB (Red+Green+Blue) = 134+221+142=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD8E is #792271. Grayscale: #BABABA. Windows color (decimal): -7938674 or 9362822. OLE color: 9362822.

HSL color Cylindrical-coordinate representation of color #86DD8E: hue angle of 125.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD8E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB134221142-
CMYK0.3900.360.13
HSL125.52º56.13%69.61%-
HSV(B)125.52º39.37%86.67%-
XYZ40.5758.7334.79-
YUV185.98103.1890.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=26.96%
G=44.47%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211420.3900.360.13125.5256.1369.61
Hex86DD8E27024D7e3846
Octal206335216470441517670106
Binary1000011011011101100011101001110100100110111111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,142); }

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

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

 a { background-color: rgb(134,221,142); }

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

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

 span { border-color: rgb(134,221,142); }

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