#82D072

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

Shades of Pastel Green #82D072

Tints of Pastel Green #82D072

Color information

#82D072 (or 0x82D072) is unknown color: approx Pastel Green. HEX triplet: 82, D0 and 72. RGB value is (130,208,114). Sum of RGB (Red+Green+Blue) = 130+208+114=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #82D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D072 is #7D2F8D. Grayscale: #AEAEAE. Windows color (decimal): -8204174 or 7524482. OLE color: 7524482.

HSL color Cylindrical-coordinate representation of color #82D072: hue angle of 109.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82D072 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB130208114-
CMYK0.3800.450.18
HSL109.79º50%63.14%-
HSV(B)109.79º45.19%81.57%-
XYZ34.851.0723.94-
YUV173.9694.1696.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=28.76%
G=46.02%
B=25.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081140.3800.450.18109.795063.14
Hex82D0722602D126e323f
Octal20232016246055221566277
Binary100000101101000011100101001100101101100101101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,114); }

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

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

 a { background-color: rgb(130,208,114); }

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

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

 span { border-color: rgb(130,208,114); }

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