#82ED9C

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

Shades of Light Green #82ED9C

Tints of Light Green #82ED9C

Color information

#82ED9C (or 0x82ED9C) is unknown color: approx Light Green. HEX triplet: 82, ED and 9C. RGB value is (130,237,156). Sum of RGB (Red+Green+Blue) = 130+237+156=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ED9C is #7D1263. Grayscale: #C3C3C3. Windows color (decimal): -8196708 or 10284418. OLE color: 10284418.

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

Color convert

RGB130237156-
CMYK0.4500.340.07
HSL134.58º74.83%71.96%-
HSV(B)134.58º45.15%92.94%-
XYZ45.4967.7142.13-
YUV195.77105.5581.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=24.86%
G=45.32%
B=29.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371560.4500.340.07134.5874.8371.96
Hex82ED9C2D0227874b48
Octal202355234550427207113110
Binary10000010111011011001110010110101000101111000011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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