#97EA75

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

Shades of Gossip #97EA75

Tints of Gossip #97EA75

Color information

#97EA75 (or 0x97EA75) is unknown color: approx Gossip. HEX triplet: 97, EA and 75. RGB value is (151,234,117). Sum of RGB (Red+Green+Blue) = 151+234+117=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EA75 is #68158A. Grayscale: #C4C4C4. Windows color (decimal): -6821259 or 7727767. OLE color: 7727767.

HSL color Cylindrical-coordinate representation of color #97EA75: hue angle of 102.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97EA75 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB151234117-
CMYK0.3500.50.08
HSL102.56º73.58%68.82%-
HSV(B)102.56º50%91.76%-
XYZ45.466.7127.31-
YUV195.8483.596.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 234 (91.80% from 255) = 46.61%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=30.08%
G=46.61%
B=23.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512341170.3500.50.08102.5673.5868.82
Hex97EA75230328674a45
Octal2273521654306210147112105
Binary1001011111101010111010110001101100101000110011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,234,117); }

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

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

 a { background-color: rgb(151,234,117); }

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

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

 span { border-color: rgb(151,234,117); }

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