#88CD97

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

Shades of De York #88CD97

Tints of De York #88CD97

Color information

#88CD97 (or 0x88CD97) is unknown color: approx De York. HEX triplet: 88, CD and 97. RGB value is (136,205,151). Sum of RGB (Red+Green+Blue) = 136+205+151=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD97 is #773268. Grayscale: #B2B2B2. Windows color (decimal): -7811689 or 9948552. OLE color: 9948552.

HSL color Cylindrical-coordinate representation of color #88CD97: hue angle of 133.04º 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 #88CD97 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB136205151-
CMYK0.3400.260.20
HSL133.04º40.83%66.86%-
HSV(B)133.04º33.66%80.39%-
XYZ37.5751.1337.17-
YUV178.21112.6497.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=27.64%
G=41.67%
B=30.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051510.3400.260.20133.0440.8366.86
Hex88CD972201A14852943
Octal210315227420322420551103
Binary10001000110011011001011110001001101010100100001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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