#86DA83

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

Shades of De York #86DA83

Tints of De York #86DA83

Color information

#86DA83 (or 0x86DA83) is unknown color: approx De York. HEX triplet: 86, DA and 83. RGB value is (134,218,131). Sum of RGB (Red+Green+Blue) = 134+218+131=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA83 is #79257C. Grayscale: #B7B7B7. Windows color (decimal): -7939453 or 8641158. OLE color: 8641158.

HSL color Cylindrical-coordinate representation of color #86DA83: hue angle of 117.93º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DA83 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB134218131-
CMYK0.3900.400.15
HSL117.93º54.04%68.43%-
HSV(B)117.93º39.91%85.49%-
XYZ3956.8530.39-
YUV182.9798.6793.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=27.74%
G=45.13%
B=27.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181310.3900.400.15117.9354.0468.43
Hex86DA8327028F763644
Octal206332203470501716666104
Binary1000011011011010100000111001110101000111111101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,131); }

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

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

 a { background-color: rgb(134,218,131); }

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

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

 span { border-color: rgb(134,218,131); }

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