#82EE71

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

Shades of Pastel Green #82EE71

Tints of Pastel Green #82EE71

Color information

#82EE71 (or 0x82EE71) is unknown color: approx Pastel Green. HEX triplet: 82, EE and 71. RGB value is (130,238,113). Sum of RGB (Red+Green+Blue) = 130+238+113=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EE71 is #7D118E. Grayscale: #BFBFBF. Windows color (decimal): -8196495 or 7466626. OLE color: 7466626.

HSL color Cylindrical-coordinate representation of color #82EE71: hue angle of 111.84º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82EE71 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB130238113-
CMYK0.4500.530.07
HSL111.84º78.62%68.82%-
HSV(B)111.84º52.52%93.33%-
XYZ42.7667.0926.32-
YUV191.4683.7284.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 238 (93.36% from 255) = 49.48%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=27.03%
G=49.48%
B=23.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302381130.4500.530.07111.8478.6268.82
Hex82EE712D0357704f45
Octal202356161550657160117105
Binary100000101110111011100011011010110101111111000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,238,113); }

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

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

 a { background-color: rgb(130,238,113); }

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

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

 span { border-color: rgb(130,238,113); }

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