#85DA88

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

Shades of De York #85DA88

Tints of De York #85DA88

Color information

#85DA88 (or 0x85DA88) is unknown color: approx De York. HEX triplet: 85, DA and 88. RGB value is (133,218,136). Sum of RGB (Red+Green+Blue) = 133+218+136=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA88 is #7A2577. Grayscale: #B7B7B7. Windows color (decimal): -8004984 or 8968837. OLE color: 8968837.

HSL color Cylindrical-coordinate representation of color #85DA88: hue angle of 122.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DA88 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB133218136-
CMYK0.3900.380.15
HSL122.12º53.46%68.82%-
HSV(B)122.12º38.99%85.49%-
XYZ39.1956.9132.21-
YUV183.24101.3492.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=27.31%
G=44.76%
B=27.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181360.3900.380.15122.1253.4668.82
Hex85DA8827026F7a3545
Octal205332210470461717265105
Binary1000010111011010100010001001110100110111111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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