#82EA8D

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

Shades of Light Green #82EA8D

Tints of Light Green #82EA8D

Color information

#82EA8D (or 0x82EA8D) is unknown color: approx Light Green. HEX triplet: 82, EA and 8D. RGB value is (130,234,141). Sum of RGB (Red+Green+Blue) = 130+234+141=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA8D is #7D1572. Grayscale: #C0C0C0. Windows color (decimal): -8197491 or 9300610. OLE color: 9300610.

HSL color Cylindrical-coordinate representation of color #82EA8D: hue angle of 126.35º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EA8D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB130234141-
CMYK0.4400.400.08
HSL126.35º71.23%71.37%-
HSV(B)126.35º44.44%91.76%-
XYZ43.4465.5135.56-
YUV192.399.0483.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=25.74%
G=46.34%
B=27.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302341410.4400.400.08126.3571.2371.37
Hex82EA8D2C02887e4747
Octal2023522155405010176107107
Binary10000010111010101000110110110001010001000111111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,141); }

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

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

 a { background-color: rgb(130,234,141); }

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

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

 span { border-color: rgb(130,234,141); }

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