#88DD86

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

Shades of De York #88DD86

Tints of De York #88DD86

Color information

#88DD86 (or 0x88DD86) is unknown color: approx De York. HEX triplet: 88, DD and 86. RGB value is (136,221,134). Sum of RGB (Red+Green+Blue) = 136+221+134=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD86 is #772279. Grayscale: #B9B9B9. Windows color (decimal): -7807610 or 8838536. OLE color: 8838536.

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

Color convert

RGB136221134-
CMYK0.3800.390.13
HSL118.62º56.13%69.61%-
HSV(B)118.62º39.37%86.67%-
XYZ40.3158.6731.75-
YUV185.6798.8492.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=27.70%
G=45.01%
B=27.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211340.3800.390.13118.6256.1369.61
Hex88DD8626027D773846
Octal210335206460471516770106
Binary1000100011011101100001101001100100111110111101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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