#85DC86

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

Shades of De York #85DC86

Tints of De York #85DC86

Color information

#85DC86 (or 0x85DC86) is unknown color: approx De York. HEX triplet: 85, DC and 86. RGB value is (133,220,134). Sum of RGB (Red+Green+Blue) = 133+220+134=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC86 is #7A2379. Grayscale: #B8B8B8. Windows color (decimal): -8004474 or 8838277. OLE color: 8838277.

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

Color convert

RGB133220134-
CMYK0.4000.390.14
HSL120.69º55.41%69.22%-
HSV(B)120.69º39.55%86.27%-
XYZ39.5757.8931.64-
YUV184.1899.6891.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=27.31%
G=45.17%
B=27.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201340.4000.390.14120.6955.4169.22
Hex85DC8628027E793745
Octal205334206500471617167105
Binary1000010111011100100001101010000100111111011110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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