Html Css Color HEX #97D99D Chinook

📋 copy color: '#97D99D'

red 151 ◦ green 217 ◦ blue 157

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

Shades of Chinook #97D99D

Tints of Chinook #97D99D

RGB

 RED value IS 151 (59.38% from 255) = 28.76%

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

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

R = 28.76%
G = 41.33%
B = 29.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#97D99D (or 0x97D99D) is known color: Chinook. HEX triplet: 97, D9 and 9D. RGB value is (151,217,157). Sum of RGB (Red+Green+Blue) = 151+217+157=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #97D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D99D is #682662. Grayscale: #BEBEBE. Windows color (decimal): -6825571 or 10344855. OLE color: 10344855.

HSL color Cylindrical-coordinate representation of color #97D99D: hue angle of 125.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D99D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 157 -
CMYK 0.30 0 0.28 0.15
HSL 125.45º 0.46% 0.72% -
HSV(B) 125.45º 0.3% 0.85% -
XYZ 43.66 58.64 40.92 -
YUV 190.43 109.13 99.88 -
System Red Green Blue C M Y K H S L
Decimal 151 217 157 0.30 0 0.28 0.15 125.45 0.46 0.72
Hex 97 D9 9D 1E 0 1C F 7D 2E 48
Octal 227 331 235 36 0 34 17 175 56 110
Binary 10010111 11011001 10011101 11110 0 11100 1111 1111101 101110 1001000

Color Harmonies of #97D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D99D

Black with #97D99D

Text Example


Text Example

White with #97D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97D99D; }

 p { color: rgb(151,217,157); }

 H1.HeaderClassName
 {
   color: #97D99D;
 }
 .AnyTagClassName
 {
   color: #97D99D;
 }
</style>

background-color css

<style>
 a { background-color: #97D99D; }

 a { background-color: rgb(151,217,157); }

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

border-color css

<style>
 span { border-color: #97D99D; }

 span { border-color: rgb(151,217,157); }

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