#82F48A

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

Shades of Light Green #82F48A

Tints of Light Green #82F48A

Color information

#82F48A (or 0x82F48A) is unknown color: approx Light Green. HEX triplet: 82, F4 and 8A. RGB value is (130,244,138). Sum of RGB (Red+Green+Blue) = 130+244+138=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #82F48A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F48A is #7D0B75. Grayscale: #C6C6C6. Windows color (decimal): -8194934 or 9106562. OLE color: 9106562.

HSL color Cylindrical-coordinate representation of color #82F48A: hue angle of 124.21º 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 #82F48A is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB130244138-
CMYK0.4700.430.04
HSL124.21º83.82%73.33%-
HSV(B)124.21º46.72%95.69%-
XYZ46.1471.2835.37-
YUV197.8394.2379.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 244 (95.70% from 255) = 47.66%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=25.39%
G=47.66%
B=26.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302441380.4700.430.04124.2183.8273.33
Hex82F48A2F02B47c5449
Octal202364212570534174124111
Binary1000001011110100100010101011110101011100111110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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