#82e27b

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

Shades of Pastel Green #82E27B

Tints of Pastel Green #82E27B

Color information

#82E27B (or 0x82E27B) is unknown color: approx Pastel Green. HEX triplet: 82, E2 and 7B. RGB value is (130,226,123). Sum of RGB (Red+Green+Blue) = 130+226+123=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #82E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E27B is #7D1D84. Grayscale: #B9B9B9. Windows color (decimal): -8199557 or 8118914. OLE color: 8118914.

HSL color Cylindrical-coordinate representation of color #82E27B: hue angle of 115.92º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E27B is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB130226123-
CMYK0.4200.460.11
HSL115.92º63.98%68.43%-
HSV(B)115.92º45.58%88.63%-
XYZ39.9860.5728.32-
YUV185.5592.788.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 226 (88.67% from 255) = 47.18%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=27.14%
G=47.18%
B=25.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302261230.4200.460.11115.9263.9868.43
Hex82E27B2A02EB744044
Octal2023421735205613164100104
Binary1000001011100010111101110101001011101011111010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e27b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,226,123); }

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

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

 a { background-color: rgb(130,226,123); }

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

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

 span { border-color: rgb(130,226,123); }

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