#88DF70

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

Shades of Pastel Green #88DF70

Tints of Pastel Green #88DF70

Color information

#88DF70 (or 0x88DF70) is unknown color: approx Pastel Green. HEX triplet: 88, DF and 70. RGB value is (136,223,112). Sum of RGB (Red+Green+Blue) = 136+223+112=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DF70 is #77208F. Grayscale: #B8B8B8. Windows color (decimal): -7807120 or 7397256. OLE color: 7397256.

HSL color Cylindrical-coordinate representation of color #88DF70: hue angle of 107.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88DF70 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB136223112-
CMYK0.3900.500.13
HSL107.03º63.43%65.69%-
HSV(B)107.03º49.78%87.45%-
XYZ39.4759.1824.67-
YUV184.3387.1893.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=28.87%
G=47.35%
B=23.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231120.3900.500.13107.0363.4365.69
Hex88DF7027032D6b3f42
Octal210337160470621515377102
Binary100010001101111111100001001110110010110111010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,223,112); }

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

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

 a { background-color: rgb(136,223,112); }

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

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

 span { border-color: rgb(136,223,112); }

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