#88F282

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

Shades of Light Green #88F282

Tints of Light Green #88F282

Color information

#88F282 (or 0x88F282) is unknown color: approx Light Green. HEX triplet: 88, F2 and 82. RGB value is (136,242,130). Sum of RGB (Red+Green+Blue) = 136+242+130=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #88F282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F282 is #770D7D. Grayscale: #C5C5C5. Windows color (decimal): -7802238 or 8581768. OLE color: 8581768.

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

Color convert

RGB136242130-
CMYK0.4400.460.05
HSL116.79º81.16%72.94%-
HSV(B)116.79º46.28%94.9%-
XYZ45.9370.3532.28-
YUV197.5489.8884.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=26.77%
G=47.64%
B=25.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362421300.4400.460.05116.7981.1672.94
Hex88F2822C02E5755149
Octal210362202540565165121111
Binary1000100011110010100000101011000101110101111010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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