#88D085

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

Shades of De York #88D085

Tints of De York #88D085

Color information

#88D085 (or 0x88D085) is unknown color: approx De York. HEX triplet: 88, D0 and 85. RGB value is (136,208,133). Sum of RGB (Red+Green+Blue) = 136+208+133=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #88D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D085 is #772F7A. Grayscale: #B2B2B2. Windows color (decimal): -7810939 or 8769672. OLE color: 8769672.

HSL color Cylindrical-coordinate representation of color #88D085: hue angle of 117.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D085 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB136208133-
CMYK0.3500.360.18
HSL117.6º44.38%66.86%-
HSV(B)117.6º36.06%81.57%-
XYZ36.9452.0430.29-
YUV177.92102.6598.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=28.51%
G=43.61%
B=27.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081330.3500.360.18117.644.3866.86
Hex88D0852302412762c43
Octal210320205430442216654103
Binary10001000110100001000010110001101001001001011101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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