#82f38b

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

Shades of Light Green #82F38B

Tints of Light Green #82F38B

Color information

#82F38B (or 0x82F38B) is unknown color: approx Light Green. HEX triplet: 82, F3 and 8B. RGB value is (130,243,139). Sum of RGB (Red+Green+Blue) = 130+243+139=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #82F38B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F38B is #7D0C74. Grayscale: #C5C5C5. Windows color (decimal): -8195189 or 9171842. OLE color: 9171842.

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

Color convert

RGB130243139-
CMYK0.4700.430.05
HSL124.78º82.48%73.14%-
HSV(B)124.78º46.5%95.29%-
XYZ45.9270.7135.65-
YUV197.3695.0679.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 243 (95.31% from 255) = 47.46%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=25.39%
G=47.46%
B=27.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302431390.4700.430.05124.7882.4873.14
Hex82F38B2F02B57d5249
Octal202363213570535175122111
Binary1000001011110011100010111011110101011101111110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82f38b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,243,139); }

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

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

 a { background-color: rgb(130,243,139); }

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

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

 span { border-color: rgb(130,243,139); }

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