#85DD86

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

Shades of De York #85DD86

Tints of De York #85DD86

Color information

#85DD86 (or 0x85DD86) is unknown color: approx De York. HEX triplet: 85, DD and 86. RGB value is (133,221,134). Sum of RGB (Red+Green+Blue) = 133+221+134=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD86 is #7A2279. Grayscale: #B9B9B9. Windows color (decimal): -8004218 or 8838533. OLE color: 8838533.

HSL color Cylindrical-coordinate representation of color #85DD86: hue angle of 120.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD86 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB133221134-
CMYK0.4000.390.13
HSL120.68º56.41%69.41%-
HSV(B)120.68º39.82%86.67%-
XYZ39.8358.4231.73-
YUV184.7799.3591.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=27.25%
G=45.29%
B=27.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211340.4000.390.13120.6856.4169.41
Hex85DD8628027D793845
Octal205335206500471517170105
Binary1000010111011101100001101010000100111110111110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,134); }

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

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

 a { background-color: rgb(133,221,134); }

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

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

 span { border-color: rgb(133,221,134); }

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