#82F29B

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

Shades of Light Green #82F29B

Tints of Light Green #82F29B

Color information

#82F29B (or 0x82F29B) is unknown color: approx Light Green. HEX triplet: 82, F2 and 9B. RGB value is (130,242,155). Sum of RGB (Red+Green+Blue) = 130+242+155=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #82F29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F29B is #7D0D64. Grayscale: #C6C6C6. Windows color (decimal): -8195429 or 10220162. OLE color: 10220162.

HSL color Cylindrical-coordinate representation of color #82F29B: hue angle of 133.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F29B is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB130242155-
CMYK0.4600.360.05
HSL133.39º81.16%72.94%-
HSV(B)133.39º46.28%94.9%-
XYZ46.8770.6242.17-
YUV198.59103.3979.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=24.67%
G=45.92%
B=29.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421550.4600.360.05133.3981.1672.94
Hex82F29B2E0245855149
Octal202362233560445205121111
Binary10000010111100101001101110111001001001011000010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,155); }

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

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

 a { background-color: rgb(130,242,155); }

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

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

 span { border-color: rgb(130,242,155); }

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