#82E87F

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

Shades of Pastel Green #82E87F

Tints of Pastel Green #82E87F

Color information

#82E87F (or 0x82E87F) is unknown color: approx Pastel Green. HEX triplet: 82, E8 and 7F. RGB value is (130,232,127). Sum of RGB (Red+Green+Blue) = 130+232+127=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #82E87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E87F is #7D1780. Grayscale: #BDBDBD. Windows color (decimal): -8198017 or 8382594. OLE color: 8382594.

HSL color Cylindrical-coordinate representation of color #82E87F: hue angle of 118.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E87F is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB130232127-
CMYK0.4400.450.09
HSL118.29º69.54%70.39%-
HSV(B)118.29º45.26%90.98%-
XYZ41.8963.9930.22-
YUV189.5392.7185.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 232 (91.02% from 255) = 47.44%
BLUE value IS 127 (50% from 255) = 25.97%
R=26.58%
G=47.44%
B=25.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302321270.4400.450.09118.2969.5470.39
Hex82E87F2C02D9764646
Octal2023501775405511166106106
Binary1000001011101000111111110110001011011001111011010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,232,127); }

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

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

 a { background-color: rgb(130,232,127); }

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

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

 span { border-color: rgb(130,232,127); }

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