#82E390

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

Shades of Light Green #82E390

Tints of Light Green #82E390

Color information

#82E390 (or 0x82E390) is unknown color: approx Light Green. HEX triplet: 82, E3 and 90. RGB value is (130,227,144). Sum of RGB (Red+Green+Blue) = 130+227+144=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #82E390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E390 is #7D1C6F. Grayscale: #BCBCBC. Windows color (decimal): -8199280 or 9495426. OLE color: 9495426.

HSL color Cylindrical-coordinate representation of color #82E390: hue angle of 128.66º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E390 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB130227144-
CMYK0.4300.370.11
HSL128.66º63.4%70%-
HSV(B)128.66º42.73%89.02%-
XYZ41.7161.736.1-
YUV188.54102.8686.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=25.95%
G=45.31%
B=28.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302271440.4300.370.11128.6663.470
Hex82E3902B025B813f46
Octal202343220530451320177106
Binary10000010111000111001000010101101001011011100000011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,144); }

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

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

 a { background-color: rgb(130,227,144); }

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

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

 span { border-color: rgb(130,227,144); }

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