#82E98C

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

Shades of Light Green #82E98C

Tints of Light Green #82E98C

Color information

#82E98C (or 0x82E98C) is unknown color: approx Light Green. HEX triplet: 82, E9 and 8C. RGB value is (130,233,140). Sum of RGB (Red+Green+Blue) = 130+233+140=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #82E98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E98C is #7D1673. Grayscale: #BFBFBF. Windows color (decimal): -8197748 or 9234818. OLE color: 9234818.

HSL color Cylindrical-coordinate representation of color #82E98C: hue angle of 125.83º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E98C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB130233140-
CMYK0.4400.400.09
HSL125.83º70.07%71.18%-
HSV(B)125.83º44.21%91.37%-
XYZ43.0864.9235.07-
YUV191.698.8884.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 233 (91.41% from 255) = 46.32%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=25.84%
G=46.32%
B=27.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302331400.4400.400.09125.8370.0771.18
Hex82E98C2C02897e4647
Octal2023512145405011176106107
Binary10000010111010011000110010110001010001001111111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,140); }

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

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

 a { background-color: rgb(130,233,140); }

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

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

 span { border-color: rgb(130,233,140); }

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