#88DA86

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

Shades of De York #88DA86

Tints of De York #88DA86

Color information

#88DA86 (or 0x88DA86) is unknown color: approx De York. HEX triplet: 88, DA and 86. RGB value is (136,218,134). Sum of RGB (Red+Green+Blue) = 136+218+134=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA86 is #772579. Grayscale: #B8B8B8. Windows color (decimal): -7808378 or 8837768. OLE color: 8837768.

HSL color Cylindrical-coordinate representation of color #88DA86: hue angle of 118.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DA86 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB136218134-
CMYK0.3800.390.15
HSL118.57º53.16%69.02%-
HSV(B)118.57º38.53%85.49%-
XYZ39.5357.131.49-
YUV183.9199.8393.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=27.87%
G=44.67%
B=27.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181340.3800.390.15118.5753.1669.02
Hex88DA8626027F773545
Octal210332206460471716765105
Binary1000100011011010100001101001100100111111111101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,134); }

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

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

 a { background-color: rgb(136,218,134); }

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

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

 span { border-color: rgb(136,218,134); }

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