#82e49f

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

Shades of Light Green #82E49F

Tints of Light Green #82E49F

Color information

#82E49F (or 0x82E49F) is unknown color: approx Light Green. HEX triplet: 82, E4 and 9F. RGB value is (130,228,159). Sum of RGB (Red+Green+Blue) = 130+228+159=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #82E49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E49F is #7D1B60. Grayscale: #BFBFBF. Windows color (decimal): -8199009 or 10478722. OLE color: 10478722.

HSL color Cylindrical-coordinate representation of color #82E49F: hue angle of 137.76º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E49F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB130228159-
CMYK0.4300.300.11
HSL137.76º64.47%70.2%-
HSV(B)137.76º42.98%89.41%-
XYZ43.2162.7442.63-
YUV190.83110.0384.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 228 (89.45% from 255) = 44.10%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=25.15%
G=44.10%
B=30.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302281590.4300.300.11137.7664.4770.2
Hex82E49F2B01EB8a4046
Octal2023442375303613212100106
Binary10000010111001001001111110101101111010111000101010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e49f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,228,159); }

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

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

 a { background-color: rgb(130,228,159); }

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

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

 span { border-color: rgb(130,228,159); }

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