#97D865

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

Shades of Gossip #97D865

Tints of Gossip #97D865

Color information

#97D865 (or 0x97D865) is unknown color: approx Gossip. HEX triplet: 97, D8 and 65. RGB value is (151,216,101). Sum of RGB (Red+Green+Blue) = 151+216+101=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #97D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D865 is #68279A. Grayscale: #B7B7B7. Windows color (decimal): -6825883 or 6674583. OLE color: 6674583.

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

Color convert

RGB151216101-
CMYK0.3000.530.15
HSL93.91º59.59%62.16%-
HSV(B)93.91º53.24%84.71%-
XYZ39.6756.6321.15-
YUV183.4681.47104.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 216 (84.77% from 255) = 46.15%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=32.26%
G=46.15%
B=21.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161010.3000.530.1593.9159.5962.16
Hex97D8651E035F5e3c3e
Octal22733014536065171367476
Binary1001011111011000110010111110011010111111011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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