Html Css Color HEX #82DD9D Chinook

📋 copy color: '#82DD9D'

red 130 ◦ green 221 ◦ blue 157

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

Shades of Chinook #82DD9D

Tints of Chinook #82DD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

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

R = 25.59%
G = 43.5%
B = 30.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#82DD9D (or 0x82DD9D) is known color: Chinook. HEX triplet: 82, DD and 9D. RGB value is (130,221,157). Sum of RGB (Red+Green+Blue) = 130+221+157=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD9D is #7D2262. Grayscale: #BABABA. Windows color (decimal): -8200803 or 10345858. OLE color: 10345858.

HSL color Cylindrical-coordinate representation of color #82DD9D: hue angle of 137.8º degrees, saturation: 0.57, 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 #82DD9D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 157 -
CMYK 0.41 0 0.29 0.13
HSL 137.8º 0.57% 0.69% -
HSV(B) 137.8º 0.41% 0.87% -
XYZ 41.15 58.89 41.1 -
YUV 186.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 130 221 157 0.41 0 0.29 0.13 137.8 0.57 0.69
Hex 82 DD 9D 29 0 1D D 8A 39 45
Octal 202 335 235 51 0 35 15 212 71 105
Binary 10000010 11011101 10011101 101001 0 11101 1101 10001010 111001 1000101

Color Harmonies of #82DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD9D

Black with #82DD9D

Text Example


Text Example

White with #82DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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