#85DD8E

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

Shades of De York #85DD8E

Tints of De York #85DD8E

Color information

#85DD8E (or 0x85DD8E) is unknown color: approx De York. HEX triplet: 85, DD and 8E. RGB value is (133,221,142). Sum of RGB (Red+Green+Blue) = 133+221+142=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8E is #7A2271. Grayscale: #B9B9B9. Windows color (decimal): -8004210 or 9362821. OLE color: 9362821.

HSL color Cylindrical-coordinate representation of color #85DD8E: hue angle of 126.14º 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 #85DD8E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB133221142-
CMYK0.4000.360.13
HSL126.14º56.41%69.41%-
HSV(B)126.14º39.82%86.67%-
XYZ40.4158.6534.78-
YUV185.68103.3590.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=26.81%
G=44.56%
B=28.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211420.4000.360.13126.1456.4169.41
Hex85DD8E28024D7e3845
Octal205335216500441517670105
Binary1000010111011101100011101010000100100110111111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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