#88CD8F

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

Shades of De York #88CD8F

Tints of De York #88CD8F

Color information

#88CD8F (or 0x88CD8F) is unknown color: approx De York. HEX triplet: 88, CD and 8F. RGB value is (136,205,143). Sum of RGB (Red+Green+Blue) = 136+205+143=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD8F is #773270. Grayscale: #B1B1B1. Windows color (decimal): -7811697 or 9424264. OLE color: 9424264.

HSL color Cylindrical-coordinate representation of color #88CD8F: hue angle of 126.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CD8F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB136205143-
CMYK0.3400.300.20
HSL126.09º40.83%66.86%-
HSV(B)126.09º33.66%80.39%-
XYZ36.9450.8833.86-
YUV177.3108.6498.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=28.10%
G=42.36%
B=29.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051430.3400.300.20126.0940.8366.86
Hex88CD8F2201E147e2943
Octal210315217420362417651103
Binary1000100011001101100011111000100111101010011111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,205,143); }

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

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

 a { background-color: rgb(136,205,143); }

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

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

 span { border-color: rgb(136,205,143); }

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