#88DB8E

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

Shades of De York #88DB8E

Tints of De York #88DB8E

Color information

#88DB8E (or 0x88DB8E) is unknown color: approx De York. HEX triplet: 88, DB and 8E. RGB value is (136,219,142). Sum of RGB (Red+Green+Blue) = 136+219+142=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB8E is #772471. Grayscale: #B9B9B9. Windows color (decimal): -7808114 or 9362312. OLE color: 9362312.

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

Color convert

RGB136219142-
CMYK0.3800.350.14
HSL124.34º53.55%69.61%-
HSV(B)124.34º37.9%85.88%-
XYZ40.3757.8534.63-
YUV185.4103.592.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=27.36%
G=44.06%
B=28.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191420.3800.350.14124.3453.5569.61
Hex88DB8E26023E7c3646
Octal210333216460431617466106
Binary1000100011011011100011101001100100011111011111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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