#88DA95

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

Shades of De York #88DA95

Tints of De York #88DA95

Color information

#88DA95 (or 0x88DA95) is unknown color: approx De York. HEX triplet: 88, DA and 95. RGB value is (136,218,149). Sum of RGB (Red+Green+Blue) = 136+218+149=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA95 is #77256A. Grayscale: #B9B9B9. Windows color (decimal): -7808363 or 9820808. OLE color: 9820808.

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

Color convert

RGB136218149-
CMYK0.3800.320.15
HSL129.51º52.56%69.41%-
HSV(B)129.51º37.61%85.49%-
XYZ40.6557.5537.4-
YUV185.62107.3392.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=27.04%
G=43.34%
B=29.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181490.3800.320.15129.5152.5669.41
Hex88DA9526020F823545
Octal210332225460401720265105
Binary10001000110110101001010110011001000001111100000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,149); }

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

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

 a { background-color: rgb(136,218,149); }

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

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

 span { border-color: rgb(136,218,149); }

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