#82eb88

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

Shades of Light Green #82EB88

Tints of Light Green #82EB88

Color information

#82EB88 (or 0x82EB88) is unknown color: approx Light Green. HEX triplet: 82, EB and 88. RGB value is (130,235,136). Sum of RGB (Red+Green+Blue) = 130+235+136=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #82EB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EB88 is #7D1477. Grayscale: #C0C0C0. Windows color (decimal): -8197240 or 8973186. OLE color: 8973186.

HSL color Cylindrical-coordinate representation of color #82EB88: hue angle of 123.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EB88 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB130235136-
CMYK0.4500.420.08
HSL123.43º72.41%71.57%-
HSV(B)123.43º44.68%92.16%-
XYZ43.3665.9433.74-
YUV192.3296.2183.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 235 (92.19% from 255) = 46.91%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=25.95%
G=46.91%
B=27.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302351360.4500.420.08123.4372.4171.57
Hex82EB882D02A87b4848
Octal2023532105505210173110110
Binary10000010111010111000100010110101010101000111101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82eb88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82eb88; }

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

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

<style>
 a { background-color: #82eb88; }

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

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

<style>
 span { border-color: #82eb88; }

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

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