#89DD85

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

Shades of De York #89DD85

Tints of De York #89DD85

Color information

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

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

Color convert

RGB137221133-
CMYK0.3800.400.13
HSL117.27º56.41%69.41%-
HSV(B)117.27º39.82%86.67%-
XYZ40.4158.7231.4-
YUV185.8598.1793.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372211330.3800.400.13117.2756.4169.41
Hex89DD8526028D753845
Octal211335205460501516570105
Binary1000100111011101100001011001100101000110111101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89DD85; }

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

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

<style>
 a { background-color: #89DD85; }

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

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

<style>
 span { border-color: #89DD85; }

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

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