Html Css Color HEX #97D976 Gossip

📋 copy color: '#97D976'

red 151 ◦ green 217 ◦ blue 118

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

Shades of Gossip #97D976

Tints of Gossip #97D976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 31.07%
G = 44.65%
B = 24.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#97D976 (or 0x97D976) is known color: Gossip. HEX triplet: 97, D9 and 76. RGB value is (151,217,118). Sum of RGB (Red+Green+Blue) = 151+217+118=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #97D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D976 is #682689. Grayscale: #BABABA. Windows color (decimal): -6825610 or 7788951. OLE color: 7788951.

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

Color convert

RGB 151 217 118 -
CMYK 0.30 0 0.46 0.15
HSL 100º 0.57% 0.66% -
HSV(B) 100º 0.46% 0.85% -
XYZ 40.85 57.51 26.09 -
YUV 185.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 151 217 118 0.30 0 0.46 0.15 100 0.57 0.66
Hex 97 D9 76 1E 0 2E F 64 39 42
Octal 227 331 166 36 0 56 17 144 71 102
Binary 10010111 11011001 1110110 11110 0 101110 1111 1100100 111001 1000010

Color Harmonies of #97D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D976

Black with #97D976

Text Example


Text Example

White with #97D976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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