#85D68B

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

Shades of De York #85D68B

Tints of De York #85D68B

Color information

#85D68B (or 0x85D68B) is unknown color: approx De York. HEX triplet: 85, D6 and 8B. RGB value is (133,214,139). Sum of RGB (Red+Green+Blue) = 133+214+139=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #85D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D68B is #7A2974. Grayscale: #B5B5B5. Windows color (decimal): -8006005 or 9164421. OLE color: 9164421.

HSL color Cylindrical-coordinate representation of color #85D68B: hue angle of 124.44º 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 #85D68B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB133214139-
CMYK0.3800.350.16
HSL124.44º49.69%68.04%-
HSV(B)124.44º37.85%83.92%-
XYZ38.3854.9433.01-
YUV181.23104.1693.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=27.37%
G=44.03%
B=28.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141390.3800.350.16124.4449.6968.04
Hex85D68B26023107c3244
Octal205326213460432017462104
Binary10000101110101101000101110011001000111000011111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,139); }

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

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

 a { background-color: rgb(133,214,139); }

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

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

 span { border-color: rgb(133,214,139); }

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