#86D078

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

Shades of De York #86D078

Tints of De York #86D078

Color information

#86D078 (or 0x86D078) is unknown color: approx De York. HEX triplet: 86, D0 and 78. RGB value is (134,208,120). Sum of RGB (Red+Green+Blue) = 134+208+120=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #86D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D078 is #792F87. Grayscale: #B0B0B0. Windows color (decimal): -7942024 or 7917702. OLE color: 7917702.

HSL color Cylindrical-coordinate representation of color #86D078: hue angle of 110.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D078 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB134208120-
CMYK0.3600.420.18
HSL110.45º48.35%64.31%-
HSV(B)110.45º42.31%81.57%-
XYZ35.7851.5425.83-
YUV175.8496.4898.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 208 (81.64% from 255) = 45.02%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=29.00%
G=45.02%
B=25.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081200.3600.420.18110.4548.3564.31
Hex86D0782402A126e3040
Octal206320170440522215660100
Binary1000011011010000111100010010001010101001011011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,120); }

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

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

 a { background-color: rgb(134,208,120); }

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

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

 span { border-color: rgb(134,208,120); }

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