#82DC84

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

Shades of Pastel Green #82DC84

Tints of Pastel Green #82DC84

Color information

#82DC84 (or 0x82DC84) is unknown color: approx Pastel Green. HEX triplet: 82, DC and 84. RGB value is (130,220,132). Sum of RGB (Red+Green+Blue) = 130+220+132=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC84 is #7D237B. Grayscale: #B7B7B7. Windows color (decimal): -8201084 or 8707202. OLE color: 8707202.

HSL color Cylindrical-coordinate representation of color #82DC84: hue angle of 121.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC84 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB130220132-
CMYK0.4100.400.14
HSL121.33º56.25%68.63%-
HSV(B)121.33º40.91%86.27%-
XYZ38.9657.630.89-
YUV183.0699.1890.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=26.97%
G=45.64%
B=27.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201320.4100.400.14121.3356.2568.63
Hex82DC8429028E793845
Octal202334204510501617170105
Binary1000001011011100100001001010010101000111011110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,132); }

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

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

 a { background-color: rgb(130,220,132); }

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

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

 span { border-color: rgb(130,220,132); }

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