#88DB8A

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

Shades of De York #88DB8A

Tints of De York #88DB8A

Color information

#88DB8A (or 0x88DB8A) is unknown color: approx De York. HEX triplet: 88, DB and 8A. RGB value is (136,219,138). Sum of RGB (Red+Green+Blue) = 136+219+138=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB8A is #772475. Grayscale: #B9B9B9. Windows color (decimal): -7808118 or 9100168. OLE color: 9100168.

HSL color Cylindrical-coordinate representation of color #88DB8A: hue angle of 121.45º degrees, saturation: 0.54, 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 #88DB8A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB136219138-
CMYK0.3800.370.14
HSL121.45º53.55%69.61%-
HSV(B)121.45º37.9%85.88%-
XYZ40.0757.7333.08-
YUV184.95101.593.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=27.59%
G=44.42%
B=27.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191380.3800.370.14121.4553.5569.61
Hex88DB8A26025E793646
Octal210333212460451617166106
Binary1000100011011011100010101001100100101111011110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,219,138); }

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

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

 a { background-color: rgb(136,219,138); }

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

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

 span { border-color: rgb(136,219,138); }

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