#88DC89

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

Shades of De York #88DC89

Tints of De York #88DC89

Color information

#88DC89 (or 0x88DC89) is unknown color: approx De York. HEX triplet: 88, DC and 89. RGB value is (136,220,137). Sum of RGB (Red+Green+Blue) = 136+220+137=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC89 is #772376. Grayscale: #B9B9B9. Windows color (decimal): -7807863 or 9034888. OLE color: 9034888.

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

Color convert

RGB136220137-
CMYK0.3800.380.14
HSL120.71º54.55%69.8%-
HSV(B)120.71º38.18%86.27%-
XYZ40.2658.2332.78-
YUV185.42100.6792.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=27.59%
G=44.62%
B=27.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201370.3800.380.14120.7154.5569.8
Hex88DC8926026E793746
Octal210334211460461617167106
Binary1000100011011100100010011001100100110111011110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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