#88D087

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

Shades of De York #88D087

Tints of De York #88D087

Color information

#88D087 (or 0x88D087) is unknown color: approx De York. HEX triplet: 88, D0 and 87. RGB value is (136,208,135). Sum of RGB (Red+Green+Blue) = 136+208+135=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #88D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D087 is #772F78. Grayscale: #B2B2B2. Windows color (decimal): -7810937 or 8900744. OLE color: 8900744.

HSL color Cylindrical-coordinate representation of color #88D087: hue angle of 119.18º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D087 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB136208135-
CMYK0.3500.350.18
HSL119.18º43.71%67.25%-
HSV(B)119.18º35.1%81.57%-
XYZ37.0852.131.02-
YUV178.15103.6597.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=28.39%
G=43.42%
B=28.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081350.3500.350.18119.1843.7167.25
Hex88D0872302312772c43
Octal210320207430432216754103
Binary10001000110100001000011110001101000111001011101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,208,135); }

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

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

 a { background-color: rgb(136,208,135); }

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

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

 span { border-color: rgb(136,208,135); }

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