#88E970

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

Shades of Pastel Green #88E970

Tints of Pastel Green #88E970

Color information

#88E970 (or 0x88E970) is unknown color: approx Pastel Green. HEX triplet: 88, E9 and 70. RGB value is (136,233,112). Sum of RGB (Red+Green+Blue) = 136+233+112=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #88E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88E970 is #77168F. Grayscale: #BEBEBE. Windows color (decimal): -7804560 or 7399816. OLE color: 7399816.

HSL color Cylindrical-coordinate representation of color #88E970: hue angle of 108.1º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88E970 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB136233112-
CMYK0.4200.520.09
HSL108.1º73.33%67.65%-
HSV(B)108.1º51.93%91.37%-
XYZ42.2264.6825.59-
YUV190.283.8689.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=28.27%
G=48.44%
B=23.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1362331120.4200.520.09108.173.3367.65
Hex88E9702A03496c4944
Octal2103511605206411154111104
Binary1000100011101001111000010101001101001001110110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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