#82E383

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

Shades of Pastel Green #82E383

Tints of Pastel Green #82E383

Color information

#82E383 (or 0x82E383) is unknown color: approx Pastel Green. HEX triplet: 82, E3 and 83. RGB value is (130,227,131). Sum of RGB (Red+Green+Blue) = 130+227+131=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #82E383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E383 is #7D1C7C. Grayscale: #BBBBBB. Windows color (decimal): -8199293 or 8643458. OLE color: 8643458.

HSL color Cylindrical-coordinate representation of color #82E383: hue angle of 120.62º 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 #82E383 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB130227131-
CMYK0.4300.420.11
HSL120.62º63.4%70%-
HSV(B)120.62º42.73%89.02%-
XYZ40.7761.3231.16-
YUV187.0596.3687.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 227 (89.06% from 255) = 46.52%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=26.64%
G=46.52%
B=26.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302271310.4300.420.11120.6263.470
Hex82E3832B02AB793f46
Octal202343203530521317177106
Binary1000001011100011100000111010110101010101111110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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