#88D575

Color #88D575 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #88D575

Tints of Pastel Green #88D575

Color information

#88D575 (or 0x88D575) is unknown color: approx Pastel Green. HEX triplet: 88, D5 and 75. RGB value is (136,213,117). Sum of RGB (Red+Green+Blue) = 136+213+117=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #88D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D575 is #772A8A. Grayscale: #B3B3B3. Windows color (decimal): -7809675 or 7722376. OLE color: 7722376.

HSL color Cylindrical-coordinate representation of color #88D575: hue angle of 108.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88D575 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB136213117-
CMYK0.3600.450.16
HSL108.12º53.33%64.71%-
HSV(B)108.12º45.07%83.53%-
XYZ37.1654.1125.31-
YUV179.0392.9997.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=29.18%
G=45.71%
B=25.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131170.3600.450.16108.1253.3364.71
Hex88D5752402D106c3541
Octal210325165440552015465101
Binary1000100011010101111010110010001011011000011011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,117); }

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

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

 a { background-color: rgb(136,213,117); }

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

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

 span { border-color: rgb(136,213,117); }

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