#82DE93

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

Shades of Light Green #82DE93

Tints of Light Green #82DE93

Color information

#82DE93 (or 0x82DE93) is unknown color: approx Light Green. HEX triplet: 82, DE and 93. RGB value is (130,222,147). Sum of RGB (Red+Green+Blue) = 130+222+147=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE93 is #7D216C. Grayscale: #BABABA. Windows color (decimal): -8200557 or 9690754. OLE color: 9690754.

HSL color Cylindrical-coordinate representation of color #82DE93: hue angle of 131.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE93 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB130222147-
CMYK0.4100.340.13
HSL131.09º58.23%69.02%-
HSV(B)131.09º41.44%87.06%-
XYZ40.5959.0936.87-
YUV185.94106.0288.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=26.05%
G=44.49%
B=29.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221470.4100.340.13131.0958.2369.02
Hex82DE9329022D833a45
Octal202336223510421520372105
Binary10000010110111101001001110100101000101101100000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,147); }

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

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

 a { background-color: rgb(130,222,147); }

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

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

 span { border-color: rgb(130,222,147); }

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