#88DE85

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

Shades of De York #88DE85

Tints of De York #88DE85

Color information

#88DE85 (or 0x88DE85) is unknown color: approx De York. HEX triplet: 88, DE and 85. RGB value is (136,222,133). Sum of RGB (Red+Green+Blue) = 136+222+133=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #88DE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DE85 is #77217A. Grayscale: #BABABA. Windows color (decimal): -7807355 or 8773256. OLE color: 8773256.

HSL color Cylindrical-coordinate representation of color #88DE85: hue angle of 117.98º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88DE85 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB136222133-
CMYK0.3900.400.13
HSL117.98º57.42%69.61%-
HSV(B)117.98º40.09%87.06%-
XYZ40.5159.1731.48-
YUV186.1498.0192.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=27.70%
G=45.21%
B=27.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221330.3900.400.13117.9857.4269.61
Hex88DE8527028D763946
Octal210336205470501516671106
Binary1000100011011110100001011001110101000110111101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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