#88CD89

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

Shades of De York #88CD89

Tints of De York #88CD89

Color information

#88CD89 (or 0x88CD89) is unknown color: approx De York. HEX triplet: 88, CD and 89. RGB value is (136,205,137). Sum of RGB (Red+Green+Blue) = 136+205+137=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD89 is #773276. Grayscale: #B0B0B0. Windows color (decimal): -7811703 or 9031048. OLE color: 9031048.

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

Color convert

RGB136205137-
CMYK0.3400.330.20
HSL120.87º40.83%66.86%-
HSV(B)120.87º33.66%80.39%-
XYZ36.550.731.53-
YUV176.62105.6499.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=28.45%
G=42.89%
B=28.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051370.3400.330.20120.8740.8366.86
Hex88CD892202114792943
Octal210315211420412417151103
Binary10001000110011011000100110001001000011010011110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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