#86DE89

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

Shades of De York #86DE89

Tints of De York #86DE89

Color information

#86DE89 (or 0x86DE89) is unknown color: approx De York. HEX triplet: 86, DE and 89. RGB value is (134,222,137). Sum of RGB (Red+Green+Blue) = 134+222+137=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE89 is #792176. Grayscale: #BABABA. Windows color (decimal): -7938423 or 9035398. OLE color: 9035398.

HSL color Cylindrical-coordinate representation of color #86DE89: hue angle of 122.05º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DE89 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB134222137-
CMYK0.4000.380.13
HSL122.05º57.14%69.8%-
HSV(B)122.05º39.64%87.06%-
XYZ40.4759.1232.94-
YUV186100.3590.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=27.18%
G=45.03%
B=27.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221370.4000.380.13122.0557.1469.8
Hex86DE8928026D7a3946
Octal206336211500461517271106
Binary1000011011011110100010011010000100110110111110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,137); }

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

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

 a { background-color: rgb(134,222,137); }

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

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

 span { border-color: rgb(134,222,137); }

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