#86C78D

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

Shades of De York #86C78D

Tints of De York #86C78D

Color information

#86C78D (or 0x86C78D) is unknown color: approx De York. HEX triplet: 86, C7 and 8D. RGB value is (134,199,141). Sum of RGB (Red+Green+Blue) = 134+199+141=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #86C78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C78D is #793872. Grayscale: #ADADAD. Windows color (decimal): -7944307 or 9291654. OLE color: 9291654.

HSL color Cylindrical-coordinate representation of color #86C78D: hue angle of 126.46º 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 #86C78D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB134199141-
CMYK0.3300.290.22
HSL126.46º36.72%65.29%-
HSV(B)126.46º32.66%78.04%-
XYZ35.0647.8432.59-
YUV172.95109.97100.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=28.27%
G=41.98%
B=29.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341991410.3300.290.22126.4636.7265.29
Hex86C78D2101D167e2541
Octal206307215410352617645101
Binary1000011011000111100011011000010111011011011111101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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