#82E671

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

Shades of Pastel Green #82E671

Tints of Pastel Green #82E671

Color information

#82E671 (or 0x82E671) is unknown color: approx Pastel Green. HEX triplet: 82, E6 and 71. RGB value is (130,230,113). Sum of RGB (Red+Green+Blue) = 130+230+113=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #82E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E671 is #7D198E. Grayscale: #BBBBBB. Windows color (decimal): -8198543 or 7464578. OLE color: 7464578.

HSL color Cylindrical-coordinate representation of color #82E671: hue angle of 111.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82E671 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB130230113-
CMYK0.4300.510.10
HSL111.28º70.06%67.25%-
HSV(B)111.28º50.87%90.2%-
XYZ40.4862.5325.56-
YUV186.7686.3787.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 230 (90.23% from 255) = 48.63%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=27.48%
G=48.63%
B=23.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1302301130.4300.510.10111.2870.0667.25
Hex82E6712B033A6f4643
Octal2023461615306312157106103
Binary1000001011100110111000110101101100111010110111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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