#97E97A

Color #97E97A Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #97E97A

Tints of Gossip #97E97A

Color information

#97E97A (or 0x97E97A) is unknown color: approx Gossip. HEX triplet: 97, E9 and 7A. RGB value is (151,233,122). Sum of RGB (Red+Green+Blue) = 151+233+122=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #97E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E97A is #681685. Grayscale: #C4C4C4. Windows color (decimal): -6821510 or 8055191. OLE color: 8055191.

HSL color Cylindrical-coordinate representation of color #97E97A: hue angle of 104.32º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97E97A is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB151233122-
CMYK0.3500.480.09
HSL104.32º71.61%69.61%-
HSV(B)104.32º47.64%91.37%-
XYZ45.4166.2628.81-
YUV195.8386.3396.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=29.84%
G=46.05%
B=24.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512331220.3500.480.09104.3271.6169.61
Hex97E97A230309684846
Octal2273511724306011150110106
Binary1001011111101001111101010001101100001001110100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,233,122); }

 H1.HeaderClassName
 {
   color: #97E97A;
 }
 .AnyTagClassName
 {
   color: #97E97A;
 }
</style>
background-color css

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

 a { background-color: rgb(151,233,122); }

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

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

 span { border-color: rgb(151,233,122); }

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