#82D49D

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

Shades of Chinook #82D49D

Tints of Chinook #82D49D

Color information

#82D49D (or 0x82D49D) is unknown color: approx Chinook. HEX triplet: 82, D4 and 9D. RGB value is (130,212,157). Sum of RGB (Red+Green+Blue) = 130+212+157=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #82D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D49D is #7D2B62. Grayscale: #B5B5B5. Windows color (decimal): -8203107 or 10343554. OLE color: 10343554.

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

Color convert

RGB130212157-
CMYK0.3900.260.17
HSL139.76º48.81%67.06%-
HSV(B)139.76º38.68%83.14%-
XYZ38.8454.2740.33-
YUV181.21114.3391.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=26.05%
G=42.48%
B=31.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121570.3900.260.17139.7648.8167.06
Hex82D49D2701A118c3143
Octal202324235470322121461103
Binary10000010110101001001110110011101101010001100011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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