#82CC72

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

Shades of Pastel Green #82CC72

Tints of Pastel Green #82CC72

Color information

#82CC72 (or 0x82CC72) is unknown color: approx Pastel Green. HEX triplet: 82, CC and 72. RGB value is (130,204,114). Sum of RGB (Red+Green+Blue) = 130+204+114=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC72 is #7D338D. Grayscale: #ABABAB. Windows color (decimal): -8205198 or 7523458. OLE color: 7523458.

HSL color Cylindrical-coordinate representation of color #82CC72: hue angle of 109.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82CC72 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB130204114-
CMYK0.3600.440.2
HSL109.33º46.88%62.35%-
HSV(B)109.33º44.12%80%-
XYZ33.8449.1523.62-
YUV171.6195.4898.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=29.02%
G=45.54%
B=25.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041140.3600.440.2109.3346.8862.35
Hex82CC722402C146d2f3e
Octal20231416244054241555776
Binary100000101100110011100101001000101100101001101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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