#97DC69

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

Shades of Gossip #97DC69

Tints of Gossip #97DC69

Color information

#97DC69 (or 0x97DC69) is unknown color: approx Gossip. HEX triplet: 97, DC and 69. RGB value is (151,220,105). Sum of RGB (Red+Green+Blue) = 151+220+105=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DC69 is #682396. Grayscale: #BABABA. Windows color (decimal): -6824855 or 6937751. OLE color: 6937751.

HSL color Cylindrical-coordinate representation of color #97DC69: hue angle of 96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97DC69 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB151220105-
CMYK0.3100.520.14
HSL96º62.16%63.73%-
HSV(B)96º52.27%86.27%-
XYZ40.9158.7922.56-
YUV186.2682.14102.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=31.72%
G=46.22%
B=22.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201050.3100.520.149662.1663.73
Hex97DC691F034E603e40
Octal227334151370641614076100
Binary10010111110111001101001111110110100111011000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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