#97e16f

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

Shades of Gossip #97E16F

Tints of Gossip #97E16F

Color information

#97E16F (or 0x97E16F) is unknown color: approx Gossip. HEX triplet: 97, E1 and 6F. RGB value is (151,225,111). Sum of RGB (Red+Green+Blue) = 151+225+111=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #97E16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E16F is #681E90. Grayscale: #BEBEBE. Windows color (decimal): -6823569 or 7332247. OLE color: 7332247.

HSL color Cylindrical-coordinate representation of color #97E16F: hue angle of 98.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97E16F is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB151225111-
CMYK0.3300.510.12
HSL98.95º65.52%65.88%-
HSV(B)98.95º50.67%88.24%-
XYZ42.5661.5824.68-
YUV189.8883.48100.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=31.01%
G=46.20%
B=22.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251110.3300.510.1298.9565.5265.88
Hex97E16F21033C634242
Octal2273411574106314143102102
Binary1001011111100001110111110000101100111100110001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97e16f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,225,111); }

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

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

 a { background-color: rgb(151,225,111); }

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

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

 span { border-color: rgb(151,225,111); }

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