Html Css Color HEX #82DD9A Chinook

📋 copy color: '#82DD9A'

red 130 ◦ green 221 ◦ blue 154

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

Shades of Chinook #82DD9A

Tints of Chinook #82DD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 25.74%
G = 43.76%
B = 30.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#82DD9A (or 0x82DD9A) is known color: Chinook. HEX triplet: 82, DD and 9A. RGB value is (130,221,154). Sum of RGB (Red+Green+Blue) = 130+221+154=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD9A is #7D2265. Grayscale: #BABABA. Windows color (decimal): -8200806 or 10149250. OLE color: 10149250.

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

Color convert

RGB 130 221 154 -
CMYK 0.41 0 0.30 0.13
HSL 135.82º 0.57% 0.69% -
HSV(B) 135.82º 0.41% 0.87% -
XYZ 40.9 58.79 39.76 -
YUV 186.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 130 221 154 0.41 0 0.30 0.13 135.82 0.57 0.69
Hex 82 DD 9A 29 0 1E D 88 39 45
Octal 202 335 232 51 0 36 15 210 71 105
Binary 10000010 11011101 10011010 101001 0 11110 1101 10001000 111001 1000101

Color Harmonies of #82DD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD9A

Black with #82DD9A

Text Example


Text Example

White with #82DD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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