#88DD89

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

Shades of De York #88DD89

Tints of De York #88DD89

Color information

#88DD89 (or 0x88DD89) is unknown color: approx De York. HEX triplet: 88, DD and 89. RGB value is (136,221,137). Sum of RGB (Red+Green+Blue) = 136+221+137=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD89 is #772276. Grayscale: #BABABA. Windows color (decimal): -7807607 or 9035144. OLE color: 9035144.

HSL color Cylindrical-coordinate representation of color #88DD89: hue angle of 120.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DD89 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB136221137-
CMYK0.3800.380.13
HSL120.71º55.56%70%-
HSV(B)120.71º38.46%86.67%-
XYZ40.5358.7532.87-
YUV186.01100.3492.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=27.53%
G=44.74%
B=27.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211370.3800.380.13120.7155.5670
Hex88DD8926026D793846
Octal210335211460461517170106
Binary1000100011011101100010011001100100110110111110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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