#82D39D

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

Shades of Chinook #82D39D

Tints of Chinook #82D39D

Color information

#82D39D (or 0x82D39D) is unknown color: approx Chinook. HEX triplet: 82, D3 and 9D. RGB value is (130,211,157). Sum of RGB (Red+Green+Blue) = 130+211+157=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #82D39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D39D is #7D2C62. Grayscale: #B4B4B4. Windows color (decimal): -8203363 or 10343298. OLE color: 10343298.

HSL color Cylindrical-coordinate representation of color #82D39D: hue angle of 140º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D39D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB130211157-
CMYK0.3800.260.17
HSL140º47.93%66.86%-
HSV(B)140º38.39%82.75%-
XYZ38.5953.7740.24-
YUV180.62114.6691.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=26.10%
G=42.37%
B=31.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302111570.3800.260.1714047.9366.86
Hex82D39D2601A118c3043
Octal202323235460322121460103
Binary10000010110100111001110110011001101010001100011001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,211,157); }

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

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

 a { background-color: rgb(130,211,157); }

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

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

 span { border-color: rgb(130,211,157); }

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