#85CA88

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

Shades of De York #85CA88

Tints of De York #85CA88

Color information

#85CA88 (or 0x85CA88) is unknown color: approx De York. HEX triplet: 85, CA and 88. RGB value is (133,202,136). Sum of RGB (Red+Green+Blue) = 133+202+136=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA88 is #7A3577. Grayscale: #AEAEAE. Windows color (decimal): -8009080 or 8964741. OLE color: 8964741.

HSL color Cylindrical-coordinate representation of color #85CA88: hue angle of 122.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CA88 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB133202136-
CMYK0.3400.330.21
HSL122.61º39.43%65.69%-
HSV(B)122.61º34.16%79.22%-
XYZ35.2449.0130.89-
YUV173.84106.6498.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=28.24%
G=42.89%
B=28.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021360.3400.330.21122.6139.4365.69
Hex85CA8822021157b2742
Octal205312210420412517347102
Binary10000101110010101000100010001001000011010111110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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