#88D18D

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

Shades of De York #88D18D

Tints of De York #88D18D

Color information

#88D18D (or 0x88D18D) is unknown color: approx De York. HEX triplet: 88, D1 and 8D. RGB value is (136,209,141). Sum of RGB (Red+Green+Blue) = 136+209+141=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #88D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D18D is #772E72. Grayscale: #B3B3B3. Windows color (decimal): -7810675 or 9294216. OLE color: 9294216.

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

Color convert

RGB136209141-
CMYK0.3500.330.18
HSL124.11º44.24%67.65%-
HSV(B)124.11º34.93%81.96%-
XYZ37.7652.7633.39-
YUV179.42106.3297.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=27.98%
G=43.00%
B=29.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362091410.3500.330.18124.1144.2467.65
Hex88D18D23021127c2c44
Octal210321215430412217454104
Binary10001000110100011000110110001101000011001011111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,209,141); }

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

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

 a { background-color: rgb(136,209,141); }

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

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

 span { border-color: rgb(136,209,141); }

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