#85CE88

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

Shades of De York #85CE88

Tints of De York #85CE88

Color information

#85CE88 (or 0x85CE88) is unknown color: approx De York. HEX triplet: 85, CE and 88. RGB value is (133,206,136). Sum of RGB (Red+Green+Blue) = 133+206+136=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE88 is #7A3177. Grayscale: #B0B0B0. Windows color (decimal): -8008056 or 8965765. OLE color: 8965765.

HSL color Cylindrical-coordinate representation of color #85CE88: hue angle of 122.47º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CE88 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB133206136-
CMYK0.3500.340.19
HSL122.47º42.69%66.47%-
HSV(B)122.47º35.44%80.78%-
XYZ36.1950.9131.21-
YUV176.19105.3297.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=28%
G=43.37%
B=28.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061360.3500.340.19122.4742.6966.47
Hex85CE8823022137a2b42
Octal205316210430422317253102
Binary10000101110011101000100010001101000101001111110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,136); }

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

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

 a { background-color: rgb(133,206,136); }

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

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

 span { border-color: rgb(133,206,136); }

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