#88E485

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

Shades of Light Green #88E485

Tints of Light Green #88E485

Color information

#88E485 (or 0x88E485) is unknown color: approx Light Green. HEX triplet: 88, E4 and 85. RGB value is (136,228,133). Sum of RGB (Red+Green+Blue) = 136+228+133=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #88E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88E485 is #771B7A. Grayscale: #BDBDBD. Windows color (decimal): -7805819 or 8774792. OLE color: 8774792.

HSL color Cylindrical-coordinate representation of color #88E485: hue angle of 118.11º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E485 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB136228133-
CMYK0.4000.420.11
HSL118.11º63.76%70.78%-
HSV(B)118.11º41.67%89.41%-
XYZ42.1362.4132.02-
YUV189.6696.0289.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 228 (89.45% from 255) = 45.88%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=27.36%
G=45.88%
B=26.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1362281330.4000.420.11118.1163.7670.78
Hex88E4852802AB764047
Octal2103442055005213166100107
Binary10001000111001001000010110100001010101011111011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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