#82f49a

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

Shades of Light Green #82F49A

Tints of Light Green #82F49A

Color information

#82F49A (or 0x82F49A) is unknown color: approx Light Green. HEX triplet: 82, F4 and 9A. RGB value is (130,244,154). Sum of RGB (Red+Green+Blue) = 130+244+154=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #82F49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F49A is #7D0B65. Grayscale: #C7C7C7. Windows color (decimal): -8194918 or 10155138. OLE color: 10155138.

HSL color Cylindrical-coordinate representation of color #82F49A: hue angle of 132.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F49A is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB130244154-
CMYK0.4700.370.04
HSL132.63º83.82%73.33%-
HSV(B)132.63º46.72%95.69%-
XYZ47.3971.7841.93-
YUV199.65102.2378.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=24.62%
G=46.21%
B=29.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302441540.4700.370.04132.6383.8273.33
Hex82F49A2F0254855449
Octal202364232570454205124111
Binary10000010111101001001101010111101001011001000010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82f49a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,244,154); }

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

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

 a { background-color: rgb(130,244,154); }

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

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

 span { border-color: rgb(130,244,154); }

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