Html Css Color HEX #82D99C Chinook

📋 copy color: '#82D99C'

red 130 ◦ green 217 ◦ blue 156

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

Shades of Chinook #82D99C

Tints of Chinook #82D99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 25.84%
G = 43.14%
B = 31.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#82D99C (or 0x82D99C) is known color: Chinook. HEX triplet: 82, D9 and 9C. RGB value is (130,217,156). Sum of RGB (Red+Green+Blue) = 130+217+156=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #82D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D99C is #7D2663. Grayscale: #B8B8B8. Windows color (decimal): -8201828 or 10279298. OLE color: 10279298.

HSL color Cylindrical-coordinate representation of color #82D99C: hue angle of 137.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D99C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 156 -
CMYK 0.40 0 0.28 0.15
HSL 137.93º 0.53% 0.68% -
HSV(B) 137.93º 0.4% 0.85% -
XYZ 40.02 56.77 40.3 -
YUV 184.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 130 217 156 0.40 0 0.28 0.15 137.93 0.53 0.68
Hex 82 D9 9C 28 0 1C F 8A 35 44
Octal 202 331 234 50 0 34 17 212 65 104
Binary 10000010 11011001 10011100 101000 0 11100 1111 10001010 110101 1000100

Color Harmonies of #82D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D99C

Black with #82D99C

Text Example


Text Example

White with #82D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,156); }

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

background-color css

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

 a { background-color: rgb(130,217,156); }

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

border-color css

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

 span { border-color: rgb(130,217,156); }

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