#82D77E

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

Shades of Pastel Green #82D77E

Tints of Pastel Green #82D77E

Color information

#82D77E (or 0x82D77E) is unknown color: approx Pastel Green. HEX triplet: 82, D7 and 7E. RGB value is (130,215,126). Sum of RGB (Red+Green+Blue) = 130+215+126=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #82D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D77E is #7D2881. Grayscale: #B3B3B3. Windows color (decimal): -8202370 or 8312706. OLE color: 8312706.

HSL color Cylindrical-coordinate representation of color #82D77E: hue angle of 117.3º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82D77E is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB130215126-
CMYK0.4000.410.16
HSL117.3º52.66%66.86%-
HSV(B)117.3º41.4%84.31%-
XYZ37.2754.8528.36-
YUV179.4497.8492.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 215 (84.38% from 255) = 45.65%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=27.60%
G=45.65%
B=26.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151260.4000.410.16117.352.6666.86
Hex82D77E2802910753543
Octal202327176500512016565103
Binary1000001011010111111111010100001010011000011101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,126); }

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

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

 a { background-color: rgb(130,215,126); }

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

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

 span { border-color: rgb(130,215,126); }

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