#85C68E

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

Shades of De York #85C68E

Tints of De York #85C68E

Color information

#85C68E (or 0x85C68E) is unknown color: approx De York. HEX triplet: 85, C6 and 8E. RGB value is (133,198,142). Sum of RGB (Red+Green+Blue) = 133+198+142=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #85C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C68E is #7A3971. Grayscale: #ACACAC. Windows color (decimal): -8010098 or 9356933. OLE color: 9356933.

HSL color Cylindrical-coordinate representation of color #85C68E: hue angle of 128.31º degrees, saturation: 0.36, 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 #85C68E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB133198142-
CMYK0.3300.280.22
HSL128.31º36.31%64.9%-
HSV(B)128.31º32.83%77.65%-
XYZ34.7547.3332.89-
YUV172.18110.97100.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=28.12%
G=41.86%
B=30.02%

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
Decimal1331981420.3300.280.22128.3136.3164.9
Hex85C68E2101C16802441
Octal205306216410342620044101
Binary10000101110001101000111010000101110010110100000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C68E; }

 p { color: rgb(133,198,142); }

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

<style>
 a { background-color: #85C68E; }

 a { background-color: rgb(133,198,142); }

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

<style>
 span { border-color: #85C68E; }

 span { border-color: rgb(133,198,142); }

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