#82ED92

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

Shades of Light Green #82ED92

Tints of Light Green #82ED92

Color information

#82ED92 (or 0x82ED92) is unknown color: approx Light Green. HEX triplet: 82, ED and 92. RGB value is (130,237,146). Sum of RGB (Red+Green+Blue) = 130+237+146=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ED92 is #7D126D. Grayscale: #C2C2C2. Windows color (decimal): -8196718 or 9629058. OLE color: 9629058.

HSL color Cylindrical-coordinate representation of color #82ED92: hue angle of 128.97º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ED92 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB130237146-
CMYK0.4500.380.07
HSL128.97º74.83%71.96%-
HSV(B)128.97º45.15%92.94%-
XYZ44.6867.3937.85-
YUV194.63100.5581.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.34%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=25.34%
G=46.20%
B=28.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371460.4500.380.07128.9774.8371.96
Hex82ED922D0267814b48
Octal202355222550467201113110
Binary10000010111011011001001010110101001101111000000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,237,146); }

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

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

 a { background-color: rgb(130,237,146); }

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

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

 span { border-color: rgb(130,237,146); }

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