#86D78E

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

Shades of De York #86D78E

Tints of De York #86D78E

Color information

#86D78E (or 0x86D78E) is unknown color: approx De York. HEX triplet: 86, D7 and 8E. RGB value is (134,215,142). Sum of RGB (Red+Green+Blue) = 134+215+142=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #86D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D78E is #792871. Grayscale: #B6B6B6. Windows color (decimal): -7940210 or 9361286. OLE color: 9361286.

HSL color Cylindrical-coordinate representation of color #86D78E: hue angle of 125.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D78E is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB134215142-
CMYK0.3800.340.16
HSL125.93º50.31%68.43%-
HSV(B)125.93º37.67%84.31%-
XYZ39.0155.6234.27-
YUV182.46105.1693.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=27.29%
G=43.79%
B=28.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342151420.3800.340.16125.9350.3168.43
Hex86D78E26022107e3244
Octal206327216460422017662104
Binary10000110110101111000111010011001000101000011111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,215,142); }

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

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

 a { background-color: rgb(134,215,142); }

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

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

 span { border-color: rgb(134,215,142); }

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