#88F28A

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

Shades of Light Green #88F28A

Tints of Light Green #88F28A

Color information

#88F28A (or 0x88F28A) is unknown color: approx Light Green. HEX triplet: 88, F2 and 8A. RGB value is (136,242,138). Sum of RGB (Red+Green+Blue) = 136+242+138=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #88F28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F28A is #770D75. Grayscale: #C6C6C6. Windows color (decimal): -7802230 or 9106056. OLE color: 9106056.

HSL color Cylindrical-coordinate representation of color #88F28A: hue angle of 121.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F28A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB136242138-
CMYK0.4400.430.05
HSL121.13º80.3%74.12%-
HSV(B)121.13º43.8%94.9%-
XYZ46.4970.5735.22-
YUV198.4593.8883.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=26.36%
G=46.90%
B=26.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362421380.4400.430.05121.1380.374.12
Hex88F28A2C02B579504a
Octal210362212540535171120112
Binary1000100011110010100010101011000101011101111100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,242,138); }

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

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

 a { background-color: rgb(136,242,138); }

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

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

 span { border-color: rgb(136,242,138); }

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