#86C78F

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

Shades of De York #86C78F

Tints of De York #86C78F

Color information

#86C78F (or 0x86C78F) is unknown color: approx De York. HEX triplet: 86, C7 and 8F. RGB value is (134,199,143). Sum of RGB (Red+Green+Blue) = 134+199+143=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #86C78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C78F is #793870. Grayscale: #ADADAD. Windows color (decimal): -7944305 or 9422726. OLE color: 9422726.

HSL color Cylindrical-coordinate representation of color #86C78F: hue angle of 128.31º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C78F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB134199143-
CMYK0.3300.280.22
HSL128.31º36.72%65.29%-
HSV(B)128.31º32.66%78.04%-
XYZ35.2147.933.38-
YUV173.18110.97100.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 199 (78.12% from 255) = 41.81%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=28.15%
G=41.81%
B=30.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341991430.3300.280.22128.3136.7265.29
Hex86C78F2101C16802541
Octal206307217410342620045101
Binary10000110110001111000111110000101110010110100000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,143); }

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

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

 a { background-color: rgb(134,199,143); }

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

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

 span { border-color: rgb(134,199,143); }

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