#88DA97

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

Shades of De York #88DA97

Tints of De York #88DA97

Color information

#88DA97 (or 0x88DA97) is unknown color: approx De York. HEX triplet: 88, DA and 97. RGB value is (136,218,151). Sum of RGB (Red+Green+Blue) = 136+218+151=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA97 is #772568. Grayscale: #BABABA. Windows color (decimal): -7808361 or 9951880. OLE color: 9951880.

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

Color convert

RGB136218151-
CMYK0.3800.310.15
HSL130.98º52.56%69.41%-
HSV(B)130.98º37.61%85.49%-
XYZ40.8157.6138.25-
YUV185.84108.3392.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=26.93%
G=43.17%
B=29.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181510.3800.310.15130.9852.5669.41
Hex88DA972601FF833545
Octal210332227460371720365105
Binary1000100011011010100101111001100111111111100000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,151); }

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

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

 a { background-color: rgb(136,218,151); }

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

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

 span { border-color: rgb(136,218,151); }

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