#97DA69

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

Shades of Gossip #97DA69

Tints of Gossip #97DA69

Color information

#97DA69 (or 0x97DA69) is unknown color: approx Gossip. HEX triplet: 97, DA and 69. RGB value is (151,218,105). Sum of RGB (Red+Green+Blue) = 151+218+105=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #97DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DA69 is #682596. Grayscale: #B9B9B9. Windows color (decimal): -6825367 or 6937239. OLE color: 6937239.

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

Color convert

RGB151218105-
CMYK0.3100.520.15
HSL95.58º60.43%63.33%-
HSV(B)95.58º51.83%85.49%-
XYZ40.3857.7422.38-
YUV185.0882.8103.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.86%
GREEN value IS 218 (85.55% from 255) = 45.99%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=31.86%
G=45.99%
B=22.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512181050.3100.520.1595.5860.4363.33
Hex97DA691F034F603c3f
Octal22733215137064171407477
Binary1001011111011010110100111111011010011111100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,218,105); }

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

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

 a { background-color: rgb(151,218,105); }

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

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

 span { border-color: rgb(151,218,105); }

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