Html Css Color HEX #97D878 Gossip

📋 copy color: '#97D878'

red 151 ◦ green 216 ◦ blue 120

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

Shades of Gossip #97D878

Tints of Gossip #97D878

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

 BLUE value IS 120 (47.27% from 255) = 24.64%

R = 31.01%
G = 44.35%
B = 24.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#97D878 (or 0x97D878) is known color: Gossip. HEX triplet: 97, D8 and 78. RGB value is (151,216,120). Sum of RGB (Red+Green+Blue) = 151+216+120=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #97D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D878 is #682787. Grayscale: #B9B9B9. Windows color (decimal): -6825864 or 7919767. OLE color: 7919767.

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

Color convert

RGB 151 216 120 -
CMYK 0.30 0 0.44 0.15
HSL 100.63º 0.55% 0.66% -
HSV(B) 100.63º 0.44% 0.85% -
XYZ 40.71 57.05 26.63 -
YUV 185.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 151 216 120 0.30 0 0.44 0.15 100.63 0.55 0.66
Hex 97 D8 78 1E 0 2C F 65 37 42
Octal 227 330 170 36 0 54 17 145 67 102
Binary 10010111 11011000 1111000 11110 0 101100 1111 1100101 110111 1000010

Color Harmonies of #97D878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D878

Black with #97D878

Text Example


Text Example

White with #97D878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,120); }

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

background-color css

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

 a { background-color: rgb(151,216,120); }

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

border-color css

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

 span { border-color: rgb(151,216,120); }

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