#88D984

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

Shades of De York #88D984

Tints of De York #88D984

Color information

#88D984 (or 0x88D984) is unknown color: approx De York. HEX triplet: 88, D9 and 84. RGB value is (136,217,132). Sum of RGB (Red+Green+Blue) = 136+217+132=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #88D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D984 is #77267B. Grayscale: #B7B7B7. Windows color (decimal): -7808636 or 8706440. OLE color: 8706440.

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

Color convert

RGB136217132-
CMYK0.3700.390.15
HSL117.18º52.8%68.43%-
HSV(B)117.18º39.17%85.1%-
XYZ39.1356.5330.68-
YUV183.0999.1694.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=28.04%
G=44.74%
B=27.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362171320.3700.390.15117.1852.868.43
Hex88D98425027F753544
Octal210331204450471716565104
Binary1000100011011001100001001001010100111111111101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,217,132); }

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

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

 a { background-color: rgb(136,217,132); }

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

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

 span { border-color: rgb(136,217,132); }

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