#88D885

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

Shades of De York #88D885

Tints of De York #88D885

Color information

#88D885 (or 0x88D885) is unknown color: approx De York. HEX triplet: 88, D8 and 85. RGB value is (136,216,133). Sum of RGB (Red+Green+Blue) = 136+216+133=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #88D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D885 is #77277A. Grayscale: #B6B6B6. Windows color (decimal): -7808891 or 8771720. OLE color: 8771720.

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

Color convert

RGB136216133-
CMYK0.3700.380.15
HSL117.83º51.55%68.43%-
HSV(B)117.83º38.43%84.71%-
XYZ38.9456.0430.95-
YUV182.6210094.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=28.04%
G=44.54%
B=27.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362161330.3700.380.15117.8351.5568.43
Hex88D88525026F763444
Octal210330205450461716664104
Binary1000100011011000100001011001010100110111111101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,216,133); }

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

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

 a { background-color: rgb(136,216,133); }

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

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

 span { border-color: rgb(136,216,133); }

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