#82D872

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

Shades of Pastel Green #82D872

Tints of Pastel Green #82D872

Color information

#82D872 (or 0x82D872) is unknown color: approx Pastel Green. HEX triplet: 82, D8 and 72. RGB value is (130,216,114). Sum of RGB (Red+Green+Blue) = 130+216+114=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #82D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D872 is #7D278D. Grayscale: #B2B2B2. Windows color (decimal): -8202126 or 7526530. OLE color: 7526530.

HSL color Cylindrical-coordinate representation of color #82D872: hue angle of 110.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82D872 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB130216114-
CMYK0.4000.470.15
HSL110.59º56.67%64.71%-
HSV(B)110.59º47.22%84.71%-
XYZ36.855.0724.61-
YUV178.6691.5193.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 216 (84.77% from 255) = 46.96%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=28.26%
G=46.96%
B=24.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161140.4000.470.15110.5956.6764.71
Hex82D8722802FF6f3941
Octal202330162500571715771101
Binary100000101101100011100101010000101111111111011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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