#85CD8C

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

Shades of De York #85CD8C

Tints of De York #85CD8C

Color information

#85CD8C (or 0x85CD8C) is unknown color: approx De York. HEX triplet: 85, CD and 8C. RGB value is (133,205,140). Sum of RGB (Red+Green+Blue) = 133+205+140=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD8C is #7A3273. Grayscale: #B0B0B0. Windows color (decimal): -8008308 or 9227653. OLE color: 9227653.

HSL color Cylindrical-coordinate representation of color #85CD8C: hue angle of 125.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CD8C is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB133205140-
CMYK0.3500.320.20
HSL125.83º41.86%66.27%-
HSV(B)125.83º35.12%80.39%-
XYZ36.2450.5432.66-
YUV176.06107.6597.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=27.82%
G=42.89%
B=29.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051400.3500.320.20125.8341.8666.27
Hex85CD8C23020147e2a42
Octal205315214430402417652102
Binary10000101110011011000110010001101000001010011111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,140); }

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

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

 a { background-color: rgb(133,205,140); }

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

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

 span { border-color: rgb(133,205,140); }

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