#97E76D

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

Shades of Gossip #97E76D

Tints of Gossip #97E76D

Color information

#97E76D (or 0x97E76D) is unknown color: approx Gossip. HEX triplet: 97, E7 and 6D. RGB value is (151,231,109). Sum of RGB (Red+Green+Blue) = 151+231+109=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #97E76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E76D is #681892. Grayscale: #C1C1C1. Windows color (decimal): -6822035 or 7202711. OLE color: 7202711.

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

Color convert

RGB151231109-
CMYK0.3500.530.09
HSL99.34º71.76%66.67%-
HSV(B)99.34º52.81%90.59%-
XYZ44.164.8424.66-
YUV193.1780.597.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=30.75%
G=47.05%
B=22.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512311090.3500.530.0999.3471.7666.67
Hex97E76D230359634843
Octal2273471554306511143110103
Binary1001011111100111110110110001101101011001110001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,231,109); }

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

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

 a { background-color: rgb(151,231,109); }

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

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

 span { border-color: rgb(151,231,109); }

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