#82ED8C

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

Shades of Light Green #82ED8C

Tints of Light Green #82ED8C

Color information

#82ED8C (or 0x82ED8C) is unknown color: approx Light Green. HEX triplet: 82, ED and 8C. RGB value is (130,237,140). Sum of RGB (Red+Green+Blue) = 130+237+140=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ED8C is #7D1273. Grayscale: #C2C2C2. Windows color (decimal): -8196724 or 9235842. OLE color: 9235842.

HSL color Cylindrical-coordinate representation of color #82ED8C: hue angle of 125.61º 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 #82ED8C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB130237140-
CMYK0.4500.410.07
HSL125.61º74.83%71.96%-
HSV(B)125.61º45.15%92.94%-
XYZ44.2267.2135.45-
YUV193.9597.5582.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=25.64%
G=46.75%
B=27.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371400.4500.410.07125.6174.8371.96
Hex82ED8C2D02977e4b48
Octal202355214550517176113110
Binary1000001011101101100011001011010101001111111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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