#85DD89

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

Shades of De York #85DD89

Tints of De York #85DD89

Color information

#85DD89 (or 0x85DD89) is unknown color: approx De York. HEX triplet: 85, DD and 89. RGB value is (133,221,137). Sum of RGB (Red+Green+Blue) = 133+221+137=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD89 is #7A2276. Grayscale: #B9B9B9. Windows color (decimal): -8004215 or 9035141. OLE color: 9035141.

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

Color convert

RGB133221137-
CMYK0.4000.380.13
HSL122.73º56.41%69.41%-
HSV(B)122.73º39.82%86.67%-
XYZ40.0458.5132.85-
YUV185.11100.8590.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=27.09%
G=45.01%
B=27.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211370.4000.380.13122.7356.4169.41
Hex85DD8928026D7b3845
Octal205335211500461517370105
Binary1000010111011101100010011010000100110110111110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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