#82DE9D

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

Shades of Chinook #82DE9D

Tints of Chinook #82DE9D

Color information

#82DE9D (or 0x82DE9D) is unknown color: approx Chinook. HEX triplet: 82, DE and 9D. RGB value is (130,222,157). Sum of RGB (Red+Green+Blue) = 130+222+157=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE9D is #7D2162. Grayscale: #BBBBBB. Windows color (decimal): -8200547 or 10346114. OLE color: 10346114.

HSL color Cylindrical-coordinate representation of color #82DE9D: hue angle of 137.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE9D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB130222157-
CMYK0.4100.290.13
HSL137.61º58.23%69.02%-
HSV(B)137.61º41.44%87.06%-
XYZ41.4159.4241.19-
YUV187.08111.0287.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=25.54%
G=43.61%
B=30.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221570.4100.290.13137.6158.2369.02
Hex82DE9D2901DD8a3a45
Octal202336235510351521272105
Binary1000001011011110100111011010010111011101100010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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