#88D98B

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

Shades of De York #88D98B

Tints of De York #88D98B

Color information

#88D98B (or 0x88D98B) is unknown color: approx De York. HEX triplet: 88, D9 and 8B. RGB value is (136,217,139). Sum of RGB (Red+Green+Blue) = 136+217+139=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #88D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D98B is #772674. Grayscale: #B8B8B8. Windows color (decimal): -7808629 or 9165192. OLE color: 9165192.

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

Color convert

RGB136217139-
CMYK0.3700.360.15
HSL122.22º51.59%69.22%-
HSV(B)122.22º37.33%85.1%-
XYZ39.6356.7233.29-
YUV183.89102.6693.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=27.64%
G=44.11%
B=28.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362171390.3700.360.15122.2251.5969.22
Hex88D98B25024F7a3445
Octal210331213450441717264105
Binary1000100011011001100010111001010100100111111110101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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