Html Css Color HEX #97D777 Gossip

📋 copy color: '#97D777'

red 151 ◦ green 215 ◦ blue 119

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

Shades of Gossip #97D777

Tints of Gossip #97D777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 31.13%
G = 44.33%
B = 24.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#97D777 (or 0x97D777) is known color: Gossip. HEX triplet: 97, D7 and 77. RGB value is (151,215,119). Sum of RGB (Red+Green+Blue) = 151+215+119=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #97D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D777 is #682888. Grayscale: #B9B9B9. Windows color (decimal): -6826121 or 7853975. OLE color: 7853975.

HSL color Cylindrical-coordinate representation of color #97D777: hue angle of 100º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97D777 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 119 -
CMYK 0.30 0 0.45 0.16
HSL 100º 0.55% 0.65% -
HSV(B) 100º 0.45% 0.84% -
XYZ 40.39 56.51 26.23 -
YUV 184.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 151 215 119 0.30 0 0.45 0.16 100 0.55 0.65
Hex 97 D7 77 1E 0 2D 10 64 37 41
Octal 227 327 167 36 0 55 20 144 67 101
Binary 10010111 11010111 1110111 11110 0 101101 10000 1100100 110111 1000001

Color Harmonies of #97D777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D777

Black with #97D777

Text Example


Text Example

White with #97D777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,215,119); }

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

background-color css

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

 a { background-color: rgb(151,215,119); }

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

border-color css

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

 span { border-color: rgb(151,215,119); }

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