#88FA82

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

Shades of Light Green #88FA82

Tints of Light Green #88FA82

Color information

#88FA82 (or 0x88FA82) is unknown color: approx Light Green. HEX triplet: 88, FA and 82. RGB value is (136,250,130). Sum of RGB (Red+Green+Blue) = 136+250+130=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #88FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88FA82 is #77057D. Grayscale: #CACACA. Windows color (decimal): -7800190 or 8583816. OLE color: 8583816.

HSL color Cylindrical-coordinate representation of color #88FA82: hue angle of 117º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88FA82 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB136250130-
CMYK0.4600.480.02
HSL117º92.31%74.51%-
HSV(B)117º48%98.04%-
XYZ48.3775.2233.09-
YUV202.2387.2380.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=26.36%
G=48.45%
B=25.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362501300.4600.480.0211792.3174.51
Hex88FA822E0302755c4b
Octal210372202560602165134113
Binary100010001111101010000010101110011000010111010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,250,130); }

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

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

 a { background-color: rgb(136,250,130); }

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

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

 span { border-color: rgb(136,250,130); }

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