#86CA7F

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

Shades of De York #86CA7F

Tints of De York #86CA7F

Color information

#86CA7F (or 0x86CA7F) is unknown color: approx De York. HEX triplet: 86, CA and 7F. RGB value is (134,202,127). Sum of RGB (Red+Green+Blue) = 134+202+127=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA7F is #793580. Grayscale: #ADADAD. Windows color (decimal): -7943553 or 8374918. OLE color: 8374918.

HSL color Cylindrical-coordinate representation of color #86CA7F: hue angle of 114.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86CA7F is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB134202127-
CMYK0.3400.370.21
HSL114.4º41.44%64.51%-
HSV(B)114.4º37.13%79.22%-
XYZ34.7848.8427.67-
YUV173.12101.97100.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 127 (50% from 255) = 27.43%
R=28.94%
G=43.63%
B=27.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021270.3400.370.21114.441.4464.51
Hex86CA7F2202515722941
Octal206312177420452516251101
Binary1000011011001010111111110001001001011010111100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,127); }

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

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

 a { background-color: rgb(134,202,127); }

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

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

 span { border-color: rgb(134,202,127); }

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