Html Css Color HEX #82D69D Chinook

📋 copy color: '#82D69D'

red 130 ◦ green 214 ◦ blue 157

#82D69D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #82D69D

Tints of Chinook #82D69D

RGB

 RED value IS 130 (51.17% from 255) = 25.95%

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 25.95%
G = 42.71%
B = 31.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#82D69D (or 0x82D69D) is known color: Chinook. HEX triplet: 82, D6 and 9D. RGB value is (130,214,157). Sum of RGB (Red+Green+Blue) = 130+214+157=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #82D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D69D is #7D2962. Grayscale: #B6B6B6. Windows color (decimal): -8202595 or 10344066. OLE color: 10344066.

HSL color Cylindrical-coordinate representation of color #82D69D: hue angle of 139.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D69D is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 157 -
CMYK 0.39 0 0.27 0.16
HSL 139.29º 0.51% 0.67% -
HSV(B) 139.29º 0.39% 0.84% -
XYZ 39.34 55.27 40.49 -
YUV 182.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 130 214 157 0.39 0 0.27 0.16 139.29 0.51 0.67
Hex 82 D6 9D 27 0 1B 10 8B 33 43
Octal 202 326 235 47 0 33 20 213 63 103
Binary 10000010 11010110 10011101 100111 0 11011 10000 10001011 110011 1000011

Color Harmonies of #82D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D69D

Black with #82D69D

Text Example


Text Example

White with #82D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82D69D;
 }
 .AnyTagClassName
 {
   color: #82D69D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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